Searched refs:positionForPoint (Results 1 - 25 of 31) 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.h76 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderReplaced.h73 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderReplaced.cpp274 VisiblePosition RenderReplaced::positionForPoint(const IntPoint& point) function in class:WebCore::RenderReplaced
302 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.cpp306 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.h538 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderBlock.cpp4116 // all cases in which positionForPoint recurs could call this instead to
4126 return child->positionForPoint(pointInChildCoordinates);
4136 return child->positionForPoint(pointInChildCoordinates);
4191 return closestBox->renderer()->positionForPoint(point);
4213 VisiblePosition RenderBlock::positionForPoint(const IntPoint& point) function in class:WebCore::RenderBlock
4216 return RenderBox::positionForPoint(point);
4254 return RenderBox::positionForPoint(point);
H A DRenderObject.cpp2125 return positionForPoint(IntPoint(x, y));
2128 VisiblePosition RenderObject::positionForPoint(const IntPoint&) function in class:WebCore::RenderObject
/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/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.cpp801 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 278 milliseconds

12