Searched defs:updateCompositedSelectionBounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h189 virtual void updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) { } function in class:blink::ChromeClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp719 void ChromeClientImpl::updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) function in class:blink::ChromeClientImpl
721 m_webView->updateCompositedSelectionBounds(toWebSelectionBound(anchor), toWebSelectionBound(focus));
H A DWebViewImpl.cpp1947 void WebViewImpl::updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus) function in class:WebViewImpl

Completed in 135 milliseconds