Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/web/
DWebWidget.h195 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; } in selectionBounds() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2516 webViewHelper.webViewImpl()->selectionBounds(caret, rect); in TEST_F()
2535 webViewHelper.webViewImpl()->selectionBounds(caret, rect); in TEST_F()
2546 webViewHelper.webViewImpl()->selectionBounds(caret, rect); in TEST_F()
3411 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3420 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3441 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3462 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3471 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3474 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
3476 webViewHelper.webView()->selectionBounds(startWebRect, endWebRect); in TEST_F()
[all …]
DWebViewTest.cpp774 webView->selectionBounds(anchor, focus); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h98 IntRect selectionBounds(bool clipToVisibleContent = true) const;
DRenderView.cpp672 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const in selectionBounds() function in WebCore::RenderView
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h299 PassRefPtr<ClientRect> selectionBounds(ExceptionState&);
DInternals.idl268 [RaisesException] ClientRect selectionBounds();
DInternals.cpp2243 PassRefPtr<ClientRect> Internals::selectionBounds(ExceptionState& exceptionState) in selectionBounds() function in WebCore::Internals
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h163 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const;
DWebViewImpl.cpp2288 bool WebViewImpl::selectionBounds(WebRect& anchor, WebRect& focus) const in selectionBounds() function in blink::WebViewImpl
2709 selectionBounds(caret, unusedEnd); in computeScaleAndScrollForFocusedNode()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1729 LayoutRect selectionRect = renderView->selectionBounds(clipToVisibleContent); in bounds()
/external/chromium_org/content/renderer/
Drender_widget.cc2546 webwidget_->selectionBounds(focus_webrect, anchor_webrect); in GetSelectionBounds()