HomeSort by relevance Sort by last modified time
    Searched refs:documentUnderMouse (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/page/
DragController.h 76 Document* documentUnderMouse() const { return m_documentUnderMouse; }
DragController.cpp 259 static Element* elementUnderMouse(Document* documentUnderMouse, const IntPoint& p)
261 float zoomFactor = documentUnderMouse->frame()->pageZoomFactor();
266 documentUnderMouse->renderView()->layer()->hitTest(request, result);

Completed in 86 milliseconds