Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBR.cpp68 PositionWithAffinity RenderBR::positionForPoint(const LayoutPoint&) in positionForPoint() function in blink::RenderBR
DRenderFileUploadControl.h54 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
DRenderBR.h52 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
DRenderReplaced.h87 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
DHitTestResult.cpp136 return renderer->positionForPoint(localPoint()); in position()
344 VisiblePosition pos(innerNode()->renderer()->positionForPoint(localPoint())); in isMisspelled()
DRenderReplaced.cpp471 PositionWithAffinity RenderReplaced::positionForPoint(const LayoutPoint& point) in positionForPoint() function in blink::RenderReplaced
495 return RenderBox::positionForPoint(point); in positionForPoint()
DRenderText.h75 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
DRenderFileUploadControl.cpp200 PositionWithAffinity RenderFileUploadControl::positionForPoint(const LayoutPoint&) in positionForPoint() function in blink::RenderFileUploadControl
DRenderInline.cpp838 PositionWithAffinity RenderInline::positionForPoint(const LayoutPoint& point) in positionForPoint() function in blink::RenderInline
845 return cb->positionForPoint(point); in positionForPoint()
854 return c->positionForPoint(parentBlockPoint - contBlock->locationOffset()); in positionForPoint()
858 return RenderBoxModelObject::positionForPoint(point); in positionForPoint()
DRenderInline.h154 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
DRenderBlock.h151 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
DRenderBlock.cpp2618 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()
2628 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()
2709 return closestBox->renderer().positionForPoint(point); in positionForPointWithInlineChildren()
2731 PositionWithAffinity RenderBlock::positionForPoint(const LayoutPoint& point) in positionForPoint() function in blink::RenderBlock
2734 return RenderBox::positionForPoint(point); in positionForPoint()
2782 return RenderBox::positionForPoint(point); in positionForPoint()
DRenderBox.h528 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
DRenderBox.cpp3746 PositionWithAffinity RenderBox::positionForPoint(const LayoutPoint& point) in positionForPoint() function in blink::RenderBox
3788 … return renderer->positionForPoint(point + adjustedPoint - renderer->locationOffset()); in positionForPoint()
3789 return renderer->positionForPoint(point - renderer->locationOffset()); in positionForPoint()
3826 return closestRenderer->positionForPoint(adjustedPoint - closestRenderer->locationOffset()); in positionForPoint()
DRenderObject.h737 virtual PositionWithAffinity positionForPoint(const LayoutPoint&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.h57 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
DRenderSVGText.h67 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
DRenderSVGText.cpp448 PositionWithAffinity RenderSVGText::positionForPoint(const LayoutPoint& pointInContents) in positionForPoint() function in blink::RenderSVGText
461 … return closestBox->renderer().positionForPoint(LayoutPoint(pointInContents.x(), closestBox->y())); in positionForPoint()
DRenderSVGInlineText.cpp158 PositionWithAffinity RenderSVGInlineText::positionForPoint(const LayoutPoint& point) in positionForPoint() function in blink::RenderSVGInlineText
/external/chromium_org/third_party/WebKit/Source/web/
DWebSurroundingText.cpp46 …m_private.reset(new SurroundingText(VisiblePosition(node->renderer()->positionForPoint(static_cast… in initialize()
DContextMenuClientImpl.cpp130 VisiblePosition pos(innerNode->renderer()->positionForPoint( in selectMisspelledWord()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp374 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); in selectClosestWordFromHitTestResult()
393 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); in selectClosestMisspellingFromHitTestResult()
438 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); in selectClosestWordOrLinkFromMouseEvent()
478 VisiblePosition pos(innerNode->renderer()->positionForPoint(event.localPoint())); in handleMousePressEventTripleClick()
515 VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(event.localPoint())); in handleMousePressEventSingleClick()
739 …Positions(target->renderer()->positionForPoint(hitTestResult.localPoint()), m_mousePressNode->rend… in updateSelectionForMouseDrag()
743 …Positions(target->renderer()->positionForPoint(hitTestResult.localPoint()), m_mousePressNode->rend… in updateSelectionForMouseDrag()
790 … VisiblePosition pos = VisiblePosition(node->renderer()->positionForPoint(event.localPoint())); in handleMouseReleaseEvent()
3821 mev.innerNode()->renderer()->positionForPoint(mev.localPoint())); in passMousePressEventToSubframe()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.cpp373 VisiblePosition visiblePos = VisiblePosition(renderer->positionForPoint(result.localPoint())); in visiblePositionForPoint()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp957 return VisiblePosition(renderer.positionForPoint(pointInLine)); in previousLinePosition()
1015 return VisiblePosition(renderer.positionForPoint(pointInLine)); in nextLinePosition()
DVisibleSelection.cpp724 return VisiblePosition(targetNode->renderer()->positionForPoint(selectionEndPoint)); in visiblePositionRespectingEditingBoundary()

12