Searched refs:selectionBounds (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebWidget.h | 195 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; } in selectionBounds() function
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebFrameTest.cpp | 2516 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 …]
|
D | WebViewTest.cpp | 774 webView->selectionBounds(anchor, focus); in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderView.h | 98 IntRect selectionBounds(bool clipToVisibleContent = true) const;
|
D | RenderView.cpp | 672 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const in selectionBounds() function in WebCore::RenderView
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 299 PassRefPtr<ClientRect> selectionBounds(ExceptionState&);
|
D | Internals.idl | 268 [RaisesException] ClientRect selectionBounds();
|
D | Internals.cpp | 2243 PassRefPtr<ClientRect> Internals::selectionBounds(ExceptionState& exceptionState) in selectionBounds() function in WebCore::Internals
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.h | 163 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const;
|
D | WebViewImpl.cpp | 2288 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/ |
D | FrameSelection.cpp | 1729 LayoutRect selectionRect = renderView->selectionBounds(clipToVisibleContent); in bounds()
|
/external/chromium_org/content/renderer/ |
D | render_widget.cc | 2546 webwidget_->selectionBounds(focus_webrect, anchor_webrect); in GetSelectionBounds()
|