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

/external/webkit/WebCore/rendering/
H A DRenderBR.h56 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderSVGInlineText.h50 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderBR.cpp95 VisiblePosition RenderBR::positionForPoint(const IntPoint&) function in class:WebCore::RenderBR
H A DRenderReplaced.h71 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DTextControlInnerElements.cpp48 virtual VisiblePosition positionForPoint(const IntPoint&);
64 VisiblePosition RenderTextControlInnerBlock::positionForPoint(const IntPoint& point) function in class:WebCore::RenderTextControlInnerBlock
77 return RenderBlock::positionForPoint(IntPoint(contentsX, contentsY));
H A DRenderSVGInlineText.cpp148 VisiblePosition RenderSVGInlineText::positionForPoint(const IntPoint& point) function in class:WebCore::RenderSVGInlineText
H A DRenderInline.h115 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderText.h64 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderReplaced.cpp229 VisiblePosition RenderReplaced::positionForPoint(const IntPoint& point) function in class:WebCore::RenderReplaced
254 return RenderBox::positionForPoint(point);
H A DRenderInline.cpp501 VisiblePosition RenderInline::positionForPoint(const IntPoint& point) function in class:WebCore::RenderInline
508 return cb->positionForPoint(point);
522 return RenderBoxModelObject::positionForPoint(point);
H A DRenderBox.h289 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderBlock.h103 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderBlock.cpp3449 // all cases in which positionForPoint recurs could call this instead to
3458 return child->positionForPoint(pointInChildCoordinates);
3468 return child->positionForPoint(pointInChildCoordinates);
3528 return closestBox->renderer()->positionForPoint(IntPoint(pointInContents.x(), closestBox->m_y));
3548 VisiblePosition RenderBlock::positionForPoint(const IntPoint& point) function in class:WebCore::RenderBlock
3551 return RenderBox::positionForPoint(point);
3582 return RenderBox::positionForPoint(point);
H A DRenderObject.h531 virtual VisiblePosition positionForPoint(const IntPoint&);
H A DRenderObject.cpp2021 return positionForPoint(IntPoint(x, y));
2024 VisiblePosition RenderObject::positionForPoint(const IntPoint&) function in class:WebCore::RenderObject
H A DRenderText.cpp324 VisiblePosition RenderText::positionForPoint(const IntPoint& point) function in class:WebCore::RenderText
H A DRenderBox.cpp2770 VisiblePosition RenderBox::positionForPoint(const IntPoint& point) function in class:WebCore::RenderBox
/external/webkit/WebCore/page/chromium/
H A DEventHandlerChromium.cpp64 mev.targetNode()->renderer()->positionForPoint(mev.localPoint()));
/external/webkit/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp112 VisiblePosition pos(innerNode->renderer()->positionForPoint(
/external/webkit/WebCore/page/
H A DEventHandler.cpp235 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint()));
263 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint()));
305 VisiblePosition pos(innerNode->renderer()->positionForPoint(event.localPoint()));
340 VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(event.localPoint()));
549 VisiblePosition targetPosition(targetRenderer->positionForPoint(localPoint));
634 VisiblePosition pos = node->renderer()->positionForPoint(event.localPoint());
H A DFrame.cpp1762 VisiblePosition visiblePos = renderer->positionForPoint(result.localPoint());
/external/webkit/WebCore/editing/
H A Dvisible_units.cpp614 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
715 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
H A DSelectionController.cpp1108 VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(result.localPoint()));
/external/webkit/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp2318 return innerNode->renderer()->positionForPoint(pointResult);
/external/webkit/WebCore/dom/
H A DDocument.cpp1075 VisiblePosition visiblePosition = renderer->positionForPoint(result.localPoint());

Completed in 3660 milliseconds