Searched refs:stopFinding (Results 1 – 9 of 9) sorted by relevance
791 WebViewInternal.prototype.stopFinding = function(action) { method in WebViewInternal795 WebView.stopFinding(this.guestInstanceId, action);
552 virtual void stopFinding(bool clearSelection) = 0;
149 virtual void stopFinding(bool clearSelection) OVERRIDE;
198 virtual void stopFinding(bool clearSelection) OVERRIDE;
724 void WebRemoteFrameImpl::stopFinding(bool clearSelection) in stopFinding() function in blink::WebRemoteFrameImpl
1352 void WebLocalFrameImpl::stopFinding(bool clearSelection) in stopFinding() function in blink::WebLocalFrameImpl
2997 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()
2245 frame->stopFinding(false); in FindString()
2751 frame->stopFinding(clear_selection); in OnStopFinding()