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

  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 187 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 92 IntRect selectionBounds(bool clipToVisibleContent = true) const;
RenderView.cpp 558 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
PinchViewportTest.cpp 507 webViewImpl()->selectionBounds(originalAnchor, originalFocus);
514 webViewImpl()->selectionBounds(anchor, focus);
623 webViewImpl()->selectionBounds(baseRect, extentRect);
WebViewTest.cpp 787 webView->selectionBounds(anchor, focus);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 295 PassRefPtrWillBeRawPtr<ClientRect> selectionBounds(ExceptionState&);
Internals.idl 259 [RaisesException] ClientRect selectionBounds();
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 127 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
WebViewImpl.cpp     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]

Completed in 2020 milliseconds