Searched refs:isSelectionAnchorFirst (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h225 virtual bool isSelectionAnchorFirst() const { return false; } function in class:blink::WebWidget
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h146 virtual bool isSelectionAnchorFirst() const OVERRIDE;
H A DWebViewImpl.cpp2539 bool WebViewImpl::isSelectionAnchorFirst() const function in class:WebViewImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp842 EXPECT_TRUE(webView->isSelectionAnchorFirst());
847 EXPECT_FALSE(webView->isSelectionAnchorFirst());
/external/chromium_org/content/renderer/
H A Drender_widget.cc1872 params.is_anchor_first = webwidget_->isSelectionAnchorFirst();

Completed in 223 milliseconds