StopFinding        40 android_webview/browser/find_helper.cc   web_contents()->StopFinding(content::STOP_FIND_ACTION_KEEP_SELECTION);
StopFinding        79 android_webview/browser/find_helper.cc   web_contents()->StopFinding(content::STOP_FIND_ACTION_CLEAR_SELECTION);
StopFinding       411 chrome/browser/extensions/api/webview/webview_api.cc   scoped_ptr<webview::StopFinding::Params> params(
StopFinding       412 chrome/browser/extensions/api/webview/webview_api.cc       webview::StopFinding::Params::Create(*args_));
StopFinding       418 chrome/browser/extensions/api/webview/webview_api.cc     case webview::StopFinding::Params::ACTION_CLEAR:
StopFinding       421 chrome/browser/extensions/api/webview/webview_api.cc     case webview::StopFinding::Params::ACTION_KEEP:
StopFinding       424 chrome/browser/extensions/api/webview/webview_api.cc     case webview::StopFinding::Params::ACTION_ACTIVATE:
StopFinding       431 chrome/browser/extensions/api/webview/webview_api.cc   guest->StopFinding(action);
StopFinding       533 chrome/browser/guestview/webview/webview_guest.cc   guest_web_contents()->StopFinding(action);
StopFinding       102 chrome/browser/guestview/webview/webview_guest.h   void StopFinding(content::StopFindAction);
StopFinding        69 chrome/browser/ui/find_bar/find_bar_controller.cc     find_tab_helper->StopFinding(selection_action);
StopFinding       560 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc   find_tab_helper->StopFinding(FindBarController::kKeepSelectionOnPage);
StopFinding      1057 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc   find_tab_helper->StopFinding(FindBarController::kClearSelectionOnPage);
StopFinding      1368 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc   find_tab_helper->StopFinding(FindBarController::kActivateSelectionOnPage);
StopFinding      1521 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc   find_tab_helper->StopFinding(FindBarController::kActivateSelectionOnPage);
StopFinding        92 chrome/browser/ui/find_bar/find_bar_host_interactive_uitest.cc   find_tab_helper->StopFinding(FindBarController::kKeepSelectionOnPage);
StopFinding       110 chrome/browser/ui/find_bar/find_bar_host_interactive_uitest.cc   find_tab_helper->StopFinding(FindBarController::kKeepSelectionOnPage);
StopFinding       126 chrome/browser/ui/find_bar/find_tab_helper.cc   web_contents()->StopFinding(action);
StopFinding        35 chrome/browser/ui/find_bar/find_tab_helper.h   void StopFinding(FindBarController::SelectionAction selection_action);
StopFinding       625 chrome/browser/ui/gtk/find_bar_gtk.cc     find_tab_helper->StopFinding(FindBarController::kClearSelectionOnPage);
StopFinding       455 chrome/browser/ui/views/find_bar_view.cc     find_tab_helper->StopFinding(FindBarController::kClearSelectionOnPage);
StopFinding       291 content/browser/web_contents/web_contents_impl.h   virtual void StopFinding(StopFindAction action) OVERRIDE;
StopFinding       508 content/public/browser/web_contents.h   virtual void StopFinding(StopFindAction action) = 0;