Searched refs:positionForPoint (Results 1 - 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
H A DRenderBR.cpp76 VisiblePosition RenderBR::positionForPoint(const IntPoint&) function in class:WebCore::RenderBR
H A DRenderBR.h55 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderFileUploadControl.h79 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderReplaced.h75 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderReplaced.cpp282 VisiblePosition RenderReplaced::positionForPoint(const IntPoint& point) function in class:WebCore::RenderReplaced
310 return RenderBox::positionForPoint(point);
H A DRenderInline.h136 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderText.h68 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderTextControlSingleLine.h185 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderFileUploadControl.cpp313 VisiblePosition RenderFileUploadControl::positionForPoint(const IntPoint&) function in class:WebCore::RenderFileUploadControl
H A DRenderTextControlSingleLine.cpp54 VisiblePosition RenderTextControlInnerBlock::positionForPoint(const IntPoint& point) function in class:WebCore::RenderTextControlInnerBlock
66 return RenderBlock::positionForPoint(contentsPoint);
H A DRenderInline.cpp720 VisiblePosition RenderInline::positionForPoint(const IntPoint& point) function in class:WebCore::RenderInline
727 return cb->positionForPoint(point);
741 return RenderBoxModelObject::positionForPoint(point);
H A DRenderBox.h366 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderBlock.h110 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderObject.h540 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderBlock.cpp4135 // all cases in which positionForPoint recurs could call this instead to
4145 return child->positionForPoint(pointInChildCoordinates);
4155 return child->positionForPoint(pointInChildCoordinates);
4210 return closestBox->renderer()->positionForPoint(point);
4232 VisiblePosition RenderBlock::positionForPoint(const IntPoint& point) function in class:WebCore::RenderBlock
4235 return RenderBox::positionForPoint(point);
4273 return RenderBox::positionForPoint(point);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.h61 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderSVGText.h58 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderSVGText.cpp210 VisiblePosition RenderSVGText::positionForPoint(const IntPoint& pointInContents) function in class:WebCore::RenderSVGText
224 return closestBox->renderer()->positionForPoint(IntPoint(pointInContents.x(), closestBox->m_y));
H A DRenderSVGInlineText.cpp171 VisiblePosition RenderSVGInlineText::positionForPoint(const IntPoint& point) function in class:WebCore::RenderSVGInlineText
/external/webkit/Source/WebKit/chromium/src/android/
H A DWebDOMTextContentWalker.cpp59 m_private.reset(new DOMTextContentWalker(node->renderer()->positionForPoint(hitTestInfo.point()), maxLength));
/external/webkit/Source/WebCore/page/chromium/
H A DEventHandlerChromium.cpp64 targetNode(mev)->renderer()->positionForPoint(mev.localPoint()));
/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp120 VisiblePosition pos(innerNode->renderer()->positionForPoint(
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp289 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint()));
317 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint()));
359 VisiblePosition pos(innerNode->renderer()->positionForPoint(event.localPoint()));
401 VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(event.localPoint()));
652 return targetNode->renderer()->positionForPoint(selectionEndPoint);
754 VisiblePosition pos = node->renderer()->positionForPoint(event.localPoint());
H A DFrame.cpp797 VisiblePosition visiblePos = renderer->positionForPoint(result.localPoint());
/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp570 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
677 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));

Completed in 228 milliseconds

12