Home
last modified time | relevance | path

Searched refs:GetAllWebContents (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_state_impl.cc88 WebContentsImpl::GetAllWebContents(); in ResetAccessibilityMode()
157 WebContentsImpl::GetAllWebContents(); in AddOrRemoveFromAllWebContents()
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
Dmemory_internals_proxy.cc84 void GetAllWebContents(std::set<content::WebContents*>* web_contents) { in GetAllWebContents() function
258 GetAllWebContents(&web_contents); in OnProcessAvailable()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h108 static std::vector<WebContentsImpl*> GetAllWebContents(); in NON_EXPORTED_BASE()
Dweb_contents_impl.cc482 std::vector<WebContentsImpl*> WebContentsImpl::GetAllWebContents() { in GetAllWebContents() function in content::WebContentsImpl