#include "config.h"#include "EventHandler.h"#include "AXObjectCache.h"#include "CachedImage.h"#include "Chrome.h"#include "ChromeClient.h"#include "Cursor.h"#include "Document.h"#include "DragController.h"#include "Editor.h"#include "EventNames.h"#include "FloatPoint.h"#include "FloatRect.h"#include "FocusController.h"#include "Frame.h"#include "FrameLoader.h"#include "FrameTree.h"#include "FrameView.h"#include "HTMLFrameElementBase.h"#include "HTMLFrameSetElement.h"#include "HTMLInputElement.h"#include "HTMLNames.h"#include "HitTestRequest.h"#include "HitTestResult.h"#include "Image.h"#include "InspectorController.h"#include "KeyboardEvent.h"#include "MouseEvent.h"#include "MouseEventWithHitTestResults.h"#include "Page.h"#include "PlatformKeyboardEvent.h"#include "PlatformWheelEvent.h"#include "RenderFrameSet.h"#include "RenderTextControlSingleLine.h"#include "RenderView.h"#include "RenderWidget.h"#include "Scrollbar.h"#include "SelectionController.h"#include "Settings.h"#include "TextEvent.h"#include "htmlediting.h"#include <wtf/StdLibExtras.h>
Go to the source code of this file.
Namespaces | |
| namespace | WebCore |
Functions | |
| static Frame * | WebCore::subframeForHitTestResult (const MouseEventWithHitTestResults &) |
| static void | WebCore::scrollAndAcceptEvent (float delta, ScrollDirection positiveDirection, ScrollDirection negativeDirection, PlatformWheelEvent &e, Node *node, Node **stopNode) |
| static bool | WebCore::isSubmitImage (Node *node) |
| static bool | WebCore::nodeIsNotBeingEdited (Node *node, Frame *frame) |
| static IntPoint | WebCore::documentPointForWindowPoint (Frame *frame, const IntPoint &windowPoint) |
| static Node * | WebCore::eventTargetNodeForDocument (Document *doc) |
Variables | |
| const int | WebCore::CompositionEventKeyCode = 229 |
| const double | WebCore::autoscrollInterval = 0.05 |
1.6.2-20100208