Home
last modified time | relevance | path

Searched refs:selectionBounds (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebWidget.h210 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; } in selectionBounds() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h103 IntRect selectionBounds() const;
DRenderView.cpp441 IntRect RenderView::selectionBounds() const in selectionBounds() function in blink::RenderView
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2545 webViewHelper.webViewImpl()->selectionBounds(caret, rect); in TEST_F()
2564 webViewHelper.webViewImpl()->selectionBounds(caret, rect); in TEST_F()
2575 webViewHelper.webViewImpl()->selectionBounds(caret, rect); in TEST_F()
2617 webViewHelper.webViewImpl()->selectionBounds(caret, rect); in TEST_F()
3555 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3564 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3585 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3606 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3615 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3618 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
[all …]
DPinchViewportTest.cpp625 webViewImpl()->selectionBounds(originalAnchor, originalFocus); in TEST_F()
632 webViewImpl()->selectionBounds(anchor, focus); in TEST_F()
741 webViewImpl()->selectionBounds(baseRect, extentRect); in TEST_F()
DWebViewTest.cpp845 webView->selectionBounds(anchor, focus); in TEST_F()
1928 webView->selectionBounds(anchor, focus); in testSelectionRootBounds()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h288 PassRefPtrWillBeRawPtr<ClientRect> selectionBounds(ExceptionState&);
DInternals.idl246 [RaisesException] ClientRect selectionBounds();
DInternals.cpp1980 PassRefPtrWillBeRawPtr<ClientRect> Internals::selectionBounds(ExceptionState& exceptionState) in selectionBounds() function in blink::Internals
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h141 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
DWebViewImpl.cpp2428 bool WebViewImpl::selectionBounds(WebRect& anchor, WebRect& focus) const in selectionBounds() function in blink::WebViewImpl
2814 selectionBounds(caret, unusedEnd); in computeScaleAndScrollForFocusedNode()
/external/chromium_org/content/renderer/
Drender_widget.cc1850 webwidget_->selectionBounds(focus_webrect, anchor_webrect); in GetSelectionBounds()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1728 LayoutRect selectionRect = renderView->selectionBounds(); in bounds()