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

/external/chromium_org/extensions/renderer/resources/
H A Dweb_view.js791 WebViewInternal.prototype.stopFinding = function(action) {
795 WebView.stopFinding(this.guestInstanceId, action);
938 'stopFinding',
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h149 virtual void stopFinding(bool clearSelection) OVERRIDE;
H A DWebLocalFrameImpl.h198 virtual void stopFinding(bool clearSelection) OVERRIDE;
H A DWebRemoteFrameImpl.cpp724 void WebRemoteFrameImpl::stopFinding(bool clearSelection) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1352 void WebLocalFrameImpl::stopFinding(bool clearSelection) function in class:WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h552 virtual void stopFinding(bool clearSelection) = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2997 frame->stopFinding(false);
3005 // Confirm stopFinding(false) sets the selection on the found text.
3006 frame->stopFinding(false);
3015 // Confirm stopFinding(false) sets the selection on the found text.
3016 frame->stopFinding(false);
3025 // Confirm stopFinding(false) sets the selection on the found text.
3026 frame->stopFinding(false);
3036 // If there are any matches, stopFinding will set the selection on the found text.
3038 frame->stopFinding(false);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc2245 frame->stopFinding(false);
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2751 frame->stopFinding(clear_selection);

Completed in 5984 milliseconds