HomeSort by relevance Sort by last modified time
    Searched refs:absoluteCaretBounds (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 118 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/
VisiblePosition.h 99 IntRect absoluteCaretBounds() const;
FrameSelection.h 143 IntRect absoluteCaretBounds();
FrameSelection.cpp     [all...]
DeleteSelectionCommand.cpp 655 if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absoluteCaretBounds().x() > mergeDestination.absoluteCaretBounds().x())
    [all...]
VisiblePosition.cpp 656 IntRect VisiblePosition::absoluteCaretBounds() const
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 141 PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
Internals.idl 87 [RaisesException] ClientRect absoluteCaretBounds();
Internals.cpp 685 PassRefPtrWillBeRawPtr<ClientRect> Internals::absoluteCaretBounds(ExceptionState& exceptionState)
693 return ClientRect::create(document->frame()->selection().absoluteCaretBounds());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 304 milliseconds