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

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

Completed in 192 milliseconds