Home
last modified time | relevance | path

Searched refs:stopFinding (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
Dweb_view.js791 WebViewInternal.prototype.stopFinding = function(action) { method in WebViewInternal
795 WebView.stopFinding(this.guestInstanceId, action);
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h552 virtual void stopFinding(bool clearSelection) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h149 virtual void stopFinding(bool clearSelection) OVERRIDE;
DWebLocalFrameImpl.h198 virtual void stopFinding(bool clearSelection) OVERRIDE;
DWebRemoteFrameImpl.cpp724 void WebRemoteFrameImpl::stopFinding(bool clearSelection) in stopFinding() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1352 void WebLocalFrameImpl::stopFinding(bool clearSelection) in stopFinding() function in blink::WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2997 frame->stopFinding(false); in TEST_F()
3006 frame->stopFinding(false); in TEST_F()
3016 frame->stopFinding(false); in TEST_F()
3026 frame->stopFinding(false); in TEST_F()
3038 frame->stopFinding(false); in TEST_F()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_runner.cc2245 frame->stopFinding(false); in FindString()
/external/chromium_org/content/renderer/
Drender_view_impl.cc2751 frame->stopFinding(clear_selection); in OnStopFinding()