Home
last modified time | relevance | path

Searched refs:positionForPoint (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
DRenderBR.cpp76 VisiblePosition RenderBR::positionForPoint(const IntPoint&) in positionForPoint() function in WebCore::RenderBR
DRenderBR.h55 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderReplaced.h73 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderFileUploadControl.h76 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderReplaced.cpp274 VisiblePosition RenderReplaced::positionForPoint(const IntPoint& point) in positionForPoint() function in WebCore::RenderReplaced
302 return RenderBox::positionForPoint(point); in positionForPoint()
DRenderText.h68 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderTextControlSingleLine.h185 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderInline.h136 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderFileUploadControl.cpp306 VisiblePosition RenderFileUploadControl::positionForPoint(const IntPoint&) in positionForPoint() function in WebCore::RenderFileUploadControl
DRenderTextControlSingleLine.cpp54 VisiblePosition RenderTextControlInnerBlock::positionForPoint(const IntPoint& point) in positionForPoint() function in WebCore::RenderTextControlInnerBlock
66 return RenderBlock::positionForPoint(contentsPoint); in positionForPoint()
DRenderInline.cpp720 VisiblePosition RenderInline::positionForPoint(const IntPoint& point) in positionForPoint() function in WebCore::RenderInline
727 return cb->positionForPoint(point); in positionForPoint()
741 return RenderBoxModelObject::positionForPoint(point); in positionForPoint()
DRenderBox.h366 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderObject.h538 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderBlock.h110 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderBlock.cpp4121 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()
4131 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()
4186 return closestBox->renderer()->positionForPoint(point); in positionForPointWithInlineChildren()
4208 VisiblePosition RenderBlock::positionForPoint(const IntPoint& point) in positionForPoint() function in WebCore::RenderBlock
4211 return RenderBox::positionForPoint(point); in positionForPoint()
4249 return RenderBox::positionForPoint(point); in positionForPoint()
DRenderObject.cpp2125 return positionForPoint(IntPoint(x, y)); in positionForCoordinates()
2128 VisiblePosition RenderObject::positionForPoint(const IntPoint&) in positionForPoint() function in WebCore::RenderObject
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.cpp210 VisiblePosition RenderSVGText::positionForPoint(const IntPoint& pointInContents) in positionForPoint() function in WebCore::RenderSVGText
224 return closestBox->renderer()->positionForPoint(IntPoint(pointInContents.x(), closestBox->m_y)); in positionForPoint()
DRenderSVGInlineText.h61 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderSVGText.h58 virtual VisiblePosition positionForPoint(const IntPoint&);
DRenderSVGInlineText.cpp171 VisiblePosition RenderSVGInlineText::positionForPoint(const IntPoint& point) in positionForPoint() function in WebCore::RenderSVGInlineText
/external/webkit/Source/WebCore/page/chromium/
DEventHandlerChromium.cpp64 targetNode(mev)->renderer()->positionForPoint(mev.localPoint())); in passMousePressEventToSubframe()
/external/webkit/Source/WebKit/chromium/src/
DContextMenuClientImpl.cpp120 VisiblePosition pos(innerNode->renderer()->positionForPoint( in selectMisspelledWord()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp289 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); in selectClosestWordFromMouseEvent()
317 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); in selectClosestWordOrLinkFromMouseEvent()
359 VisiblePosition pos(innerNode->renderer()->positionForPoint(event.localPoint())); in handleMousePressEventTripleClick()
401 VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(event.localPoint())); in handleMousePressEventSingleClick()
652 return targetNode->renderer()->positionForPoint(selectionEndPoint); in selectionExtentRespectingEditingBoundary()
754 VisiblePosition pos = node->renderer()->positionForPoint(event.localPoint()); in handleMouseReleaseEvent()
DFrame.cpp801 VisiblePosition visiblePos = renderer->positionForPoint(result.localPoint()); in visiblePositionForPoint()
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp570 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop())); in previousLinePosition()
677 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop())); in nextLinePosition()

12