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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.h 98 IntRect absoluteCaretBounds() const;
FrameSelection.h 146 IntRect absoluteCaretBounds();
FrameSelection.cpp     [all...]
DeleteSelectionCommand.cpp 651 if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absoluteCaretBounds().x() > mergeDestination.absoluteCaretBounds().x()) {
    [all...]
VisiblePosition.cpp 672 IntRect VisiblePosition::absoluteCaretBounds() const
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 142 PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
Internals.idl 94 [RaisesException] ClientRect absoluteCaretBounds();
Internals.cpp 750 PassRefPtrWillBeRawPtr<ClientRect> Internals::absoluteCaretBounds(ExceptionState& exceptionState)
758 return ClientRect::create(document->frame()->selection().absoluteCaretBounds());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 143 milliseconds