Home
last modified time | relevance | path

Searched refs:StopFindAction (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/public/common/
Dstop_find_action.h12 enum StopFindAction { enum
/external/chromium_org/chrome/browser/ui/find_bar/
Dfind_tab_helper.cc115 content::StopFindAction action; in StopFinding()
/external/chromium_org/content/public/browser/
Dweb_contents.h579 virtual void StopFinding(StopFindAction action) = 0;
/external/chromium_org/extensions/browser/guest_view/web_view/
Dweb_view_guest.h179 void StopFinding(content::StopFindAction);
Dweb_view_guest.cc581 void WebViewGuest::StopFinding(content::StopFindAction action) { in StopFinding()
/external/chromium_org/content/common/
Dview_messages.h92 IPC_ENUM_TRAITS_MAX_VALUE(content::StopFindAction,
633 content::StopFindAction /* action */)
/external/chromium_org/extensions/browser/api/web_view/
Dweb_view_internal_api.cc284 content::StopFindAction action; in RunAsyncSafe()
/external/chromium_org/content/renderer/
Drender_view_impl.h716 void OnStopFinding(StopFindAction action);
Drender_view_impl.cc2732 void RenderViewImpl::OnStopFinding(StopFindAction action) { in OnStopFinding()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h335 virtual void StopFinding(StopFindAction action) OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc2465 void WebContentsImpl::StopFinding(StopFindAction action) { in StopFinding()