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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBR.cpp75 PositionWithAffinity RenderBR::positionForPoint(const LayoutPoint&) function in class:WebCore::RenderBR
H A DRenderFileUploadControl.h57 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
H A DRenderBR.h54 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
H A DRenderReplaced.h80 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
H A DRenderFileUploadControl.cpp206 PositionWithAffinity RenderFileUploadControl::positionForPoint(const LayoutPoint&) function in class:WebCore::RenderFileUploadControl
H A DRenderInline.h151 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
H A DRenderText.h70 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
H A DRenderReplaced.cpp467 PositionWithAffinity RenderReplaced::positionForPoint(const LayoutPoint& point) function in class:WebCore::RenderReplaced
491 return RenderBox::positionForPoint(point);
H A DHitTestResult.cpp358 VisiblePosition pos(targetNode()->renderer()->positionForPoint(localPoint()));
H A DRenderInline.cpp805 PositionWithAffinity RenderInline::positionForPoint(const LayoutPoint& point) function in class:WebCore::RenderInline
812 return cb->positionForPoint(point);
821 return c->positionForPoint(parentBlockPoint - contBlock->locationOffset());
825 return RenderBoxModelObject::positionForPoint(point);
H A DRenderBox.h503 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
H A DRenderBox.cpp4107 PositionWithAffinity RenderBox::positionForPoint(const LayoutPoint& point) function in class:WebCore::RenderBox
4148 return renderer->positionForPoint(point + adjustedPoint - renderer->locationOffset());
4149 return renderer->positionForPoint(point - renderer->locationOffset());
4186 return closestRenderer->positionForPoint(adjustedPoint - closestRenderer->locationOffset());
H A DRenderObject.h691 virtual PositionWithAffinity positionForPoint(const LayoutPoint&);
H A DRenderBlock.cpp5163 // all cases in which positionForPoint recurs could call this instead to
5177 return child->positionForPoint(pointInChildCoordinates);
5187 return child->positionForPoint(pointInChildCoordinates);
5268 return closestBox->renderer()->positionForPoint(point);
5290 PositionWithAffinity RenderBlock::positionForPoint(const LayoutPoint& point) function in class:WebCore::RenderBlock
5293 return RenderBox::positionForPoint(point);
5337 return RenderBox::positionForPoint(point);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSurroundingText.cpp48 m_private.reset(new SurroundingText(VisiblePosition(node->renderer()->positionForPoint(static_cast<IntPoint>(nodePoint))), maxLength));
H A DContextMenuClientImpl.cpp127 VisiblePosition pos(innerNode->renderer()->positionForPoint(
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.h58 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
H A DRenderSVGText.h66 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
H A DRenderSVGText.cpp467 PositionWithAffinity RenderSVGText::positionForPoint(const LayoutPoint& pointInContents) function in class:WebCore::RenderSVGText
481 return closestBox->renderer()->positionForPoint(LayoutPoint(pointInContents.x(), closestBox->y()));
H A DRenderSVGInlineText.cpp158 PositionWithAffinity RenderSVGInlineText::positionForPoint(const LayoutPoint& point) function in class:WebCore::RenderSVGInlineText
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp423 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint()));
442 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint()));
488 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint()));
524 VisiblePosition pos(innerNode->renderer()->positionForPoint(event.localPoint()));
559 VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(event.localPoint()));
777 if (rootUserSelectAllForMousePressNode && comparePositions(target->renderer()->positionForPoint(hitTestResult.localPoint()), m_mousePressNode->renderer()->positionForPoint(m_dragStartPos)) < 0)
781 if (rootUserSelectAllForTarget && m_mousePressNode->renderer() && comparePositions(target->renderer()->positionForPoint(hitTestResult.localPoint()), m_mousePressNode->renderer()->positionForPoint(m_dragStartPos)) < 0)
846 VisiblePosition pos = VisiblePosition(node->renderer()->positionForPoint(even
[all...]
H A DFrame.cpp425 VisiblePosition visiblePos = VisiblePosition(renderer->positionForPoint(result.localPoint()));
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.cpp647 return VisiblePosition(targetNode->renderer()->positionForPoint(selectionEndPoint));
H A DVisibleUnits.cpp969 return VisiblePosition(renderer->positionForPoint(pointInLine));
1027 return VisiblePosition(renderer->positionForPoint(pointInLine));
H A DFrameSelection.cpp1353 VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(result.localPoint()));

Completed in 467 milliseconds

12