Home
last modified time | relevance | path

Searched refs:visiblePositionForPoint (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.h204 VisiblePosition visiblePositionForPoint(const IntPoint& framePoint);
DFrame.cpp399 VisiblePosition Frame::visiblePositionForPoint(const IntPoint& framePoint) in visiblePositionForPoint() function in WebCore::Frame
429 VisiblePosition position = visiblePositionForPoint(framePoint); in rangeForPoint()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp380 …gCaretController().setCaretPosition(m_documentUnderMouse->frame()->visiblePositionForPoint(point)); in tryDocumentDrag()
432 dragCaret = frame->visiblePositionForPoint(point); in setSelectionToDragCaret()