Home
last modified time | relevance | path

Searched refs:ClearInspectorSettings (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dbackground_contents.cc166 void BackgroundContents::ClearInspectorSettings() { in ClearInspectorSettings() function in BackgroundContents
168 RenderViewHostDelegateHelper::ClearInspectorSettings(profile); in ClearInspectorSettings()
Drender_view_host_delegate_helper.h103 static void ClearInspectorSettings(Profile* profile);
Dbackground_contents.h141 virtual void ClearInspectorSettings();
Drender_view_host_delegate_helper.cc384 void RenderViewHostDelegateHelper::ClearInspectorSettings(Profile* profile) { in ClearInspectorSettings() function in RenderViewHostDelegateHelper
Dtab_contents.h961 virtual void ClearInspectorSettings();
/external/chromium/chrome/browser/notifications/
Dballoon_host.cc243 void BalloonHost::ClearInspectorSettings() { in ClearInspectorSettings() function in BalloonHost
244 RenderViewHostDelegateHelper::ClearInspectorSettings(GetProfile()); in ClearInspectorSettings()
Dballoon_host.h122 virtual void ClearInspectorSettings();
/external/chromium/chrome/browser/prerender/
Dprerender_contents.cc381 void PrerenderContents::ClearInspectorSettings() { in ClearInspectorSettings() function in prerender::PrerenderContents
382 RenderViewHostDelegateHelper::ClearInspectorSettings(profile_); in ClearInspectorSettings()
Dprerender_contents.h186 virtual void ClearInspectorSettings();
/external/chromium/chrome/browser/debugger/
Ddevtools_sanity_unittest.cc266 GetInspectedTab()->render_view_host()->delegate()->ClearInspectorSettings(); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/extensions/
Dextension_host.cc294 void ExtensionHost::ClearInspectorSettings() { in ClearInspectorSettings() function in ExtensionHost
295 RenderViewHostDelegateHelper::ClearInspectorSettings(profile()); in ClearInspectorSettings()
Dextension_host.h184 virtual void ClearInspectorSettings();