/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBR.cpp | 68 PositionWithAffinity RenderBR::positionForPoint(const LayoutPoint&) in positionForPoint() function in blink::RenderBR
|
D | RenderFileUploadControl.h | 54 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
|
D | RenderBR.h | 52 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
|
D | RenderReplaced.h | 87 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
|
D | HitTestResult.cpp | 136 return renderer->positionForPoint(localPoint()); in position() 344 VisiblePosition pos(innerNode()->renderer()->positionForPoint(localPoint())); in isMisspelled()
|
D | RenderReplaced.cpp | 471 PositionWithAffinity RenderReplaced::positionForPoint(const LayoutPoint& point) in positionForPoint() function in blink::RenderReplaced 495 return RenderBox::positionForPoint(point); in positionForPoint()
|
D | RenderText.h | 75 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
|
D | RenderFileUploadControl.cpp | 200 PositionWithAffinity RenderFileUploadControl::positionForPoint(const LayoutPoint&) in positionForPoint() function in blink::RenderFileUploadControl
|
D | RenderInline.cpp | 838 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()
|
D | RenderInline.h | 154 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
|
D | RenderBlock.h | 151 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
|
D | RenderBlock.cpp | 2618 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()
|
D | RenderBox.h | 528 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
|
D | RenderBox.cpp | 3746 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()
|
D | RenderObject.h | 737 virtual PositionWithAffinity positionForPoint(const LayoutPoint&);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGInlineText.h | 57 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
|
D | RenderSVGText.h | 67 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
|
D | RenderSVGText.cpp | 448 PositionWithAffinity RenderSVGText::positionForPoint(const LayoutPoint& pointInContents) in positionForPoint() function in blink::RenderSVGText 461 … return closestBox->renderer().positionForPoint(LayoutPoint(pointInContents.x(), closestBox->y())); in positionForPoint()
|
D | RenderSVGInlineText.cpp | 158 PositionWithAffinity RenderSVGInlineText::positionForPoint(const LayoutPoint& point) in positionForPoint() function in blink::RenderSVGInlineText
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebSurroundingText.cpp | 46 …m_private.reset(new SurroundingText(VisiblePosition(node->renderer()->positionForPoint(static_cast… in initialize()
|
D | ContextMenuClientImpl.cpp | 130 VisiblePosition pos(innerNode->renderer()->positionForPoint( in selectMisspelledWord()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 374 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/ |
D | LocalFrame.cpp | 373 VisiblePosition visiblePos = VisiblePosition(renderer->positionForPoint(result.localPoint())); in visiblePositionForPoint()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | VisibleUnits.cpp | 957 return VisiblePosition(renderer.positionForPoint(pointInLine)); in previousLinePosition() 1015 return VisiblePosition(renderer.positionForPoint(pointInLine)); in nextLinePosition()
|
D | VisibleSelection.cpp | 724 return VisiblePosition(targetNode->renderer()->positionForPoint(selectionEndPoint)); in visiblePositionRespectingEditingBoundary()
|