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

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

Completed in 1676 milliseconds