HomeSort by relevance Sort by last modified time
    Searched refs:ClearInspectorSettings (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.h 103 static void ClearInspectorSettings(Profile* profile);
background_contents.h 141 virtual void ClearInspectorSettings();
background_contents.cc 166 void BackgroundContents::ClearInspectorSettings() {
168 RenderViewHostDelegateHelper::ClearInspectorSettings(profile);
render_view_host_delegate_helper.cc 384 void RenderViewHostDelegateHelper::ClearInspectorSettings(Profile* profile) {
tab_contents.h     [all...]
  /external/chromium/chrome/browser/notifications/
balloon_host.h 122 virtual void ClearInspectorSettings();
balloon_host.cc 243 void BalloonHost::ClearInspectorSettings() {
244 RenderViewHostDelegateHelper::ClearInspectorSettings(GetProfile());
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 381 void PrerenderContents::ClearInspectorSettings() {
382 RenderViewHostDelegateHelper::ClearInspectorSettings(profile_);
prerender_contents.h 186 virtual void ClearInspectorSettings();
  /external/chromium/chrome/browser/debugger/
devtools_sanity_unittest.cc 266 GetInspectedTab()->render_view_host()->delegate()->ClearInspectorSettings();
  /external/chromium/chrome/browser/extensions/
extension_host.h 184 virtual void ClearInspectorSettings();
extension_host.cc 294 void ExtensionHost::ClearInspectorSettings() {
295 RenderViewHostDelegateHelper::ClearInspectorSettings(profile());

Completed in 271 milliseconds