Searched refs:selectionBounds (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebWidget.h | 210 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; } in selectionBounds() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderView.h | 103 IntRect selectionBounds() const;
|
D | RenderView.cpp | 441 IntRect RenderView::selectionBounds() const in selectionBounds() function in blink::RenderView
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebFrameTest.cpp | 2545 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 …]
|
D | PinchViewportTest.cpp | 625 webViewImpl()->selectionBounds(originalAnchor, originalFocus); in TEST_F() 632 webViewImpl()->selectionBounds(anchor, focus); in TEST_F() 741 webViewImpl()->selectionBounds(baseRect, extentRect); in TEST_F()
|
D | WebViewTest.cpp | 845 webView->selectionBounds(anchor, focus); in TEST_F() 1928 webView->selectionBounds(anchor, focus); in testSelectionRootBounds()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 288 PassRefPtrWillBeRawPtr<ClientRect> selectionBounds(ExceptionState&);
|
D | Internals.idl | 246 [RaisesException] ClientRect selectionBounds();
|
D | Internals.cpp | 1980 PassRefPtrWillBeRawPtr<ClientRect> Internals::selectionBounds(ExceptionState& exceptionState) in selectionBounds() function in blink::Internals
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.h | 141 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
|
D | WebViewImpl.cpp | 2428 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/ |
D | render_widget.cc | 1850 webwidget_->selectionBounds(focus_webrect, anchor_webrect); in GetSelectionBounds()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | FrameSelection.cpp | 1728 LayoutRect selectionRect = renderView->selectionBounds(); in bounds()
|