Searched refs:absoluteCaretBounds (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElementTest.cpp118 LayoutRect oldCaretRect = frameSelection.absoluteCaretBounds();
123 LayoutRect newCaretRect = frameSelection.absoluteCaretBounds();
127 oldCaretRect = frameSelection.absoluteCaretBounds();
132 newCaretRect = frameSelection.absoluteCaretBounds();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h99 IntRect absoluteCaretBounds() const;
H A DFrameSelection.h143 IntRect absoluteCaretBounds();
H A DFrameSelection.cpp1042 IntRect rect = c.absoluteCaretBounds();
1229 IntRect FrameSelection::absoluteCaretBounds() function in class:blink::FrameSelection
1787 rect = absoluteCaretBounds();
1790 rect = revealExtentOption == RevealExtent ? VisiblePosition(extent()).absoluteCaretBounds() : enclosingIntRect(bounds());
H A DDeleteSelectionCommand.cpp655 if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absoluteCaretBounds().x() > mergeDestination.absoluteCaretBounds().x()) {
H A DVisiblePosition.cpp656 IntRect VisiblePosition::absoluteCaretBounds() const function in class:blink::VisiblePosition
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h141 PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
H A DInternals.idl87 [RaisesException] ClientRect absoluteCaretBounds();
H A DInternals.cpp685 PassRefPtrWillBeRawPtr<ClientRect> Internals::absoluteCaretBounds(ExceptionState& exceptionState) function in class:blink::Internals
693 return ClientRect::create(document->frame()->selection().absoluteCaretBounds());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp2440 anchor = focus = selection.absoluteCaretBounds();

Completed in 285 milliseconds