Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/tab_contents/
Dbackground_contents.cc160 void BackgroundContents::UpdateInspectorSetting(const std::string& key, in UpdateInspectorSetting() function in BackgroundContents
163 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile, key, value); in UpdateInspectorSetting()
Drender_view_host_delegate_helper.h100 static void UpdateInspectorSetting(Profile* profile,
Dbackground_contents.h139 virtual void UpdateInspectorSetting(const std::string& key,
Drender_view_host_delegate_helper.cc375 void RenderViewHostDelegateHelper::UpdateInspectorSetting( in UpdateInspectorSetting() function in RenderViewHostDelegateHelper
Dtab_contents.h959 virtual void UpdateInspectorSetting(const std::string& key,
/external/chromium/chrome/browser/notifications/
Dballoon_host.cc237 void BalloonHost::UpdateInspectorSetting(const std::string& key, in UpdateInspectorSetting() function in BalloonHost
239 RenderViewHostDelegateHelper::UpdateInspectorSetting( in UpdateInspectorSetting()
Dballoon_host.h120 virtual void UpdateInspectorSetting(const std::string& key,
/external/chromium/chrome/browser/prerender/
Dprerender_contents.cc376 void PrerenderContents::UpdateInspectorSetting(const std::string& key, in UpdateInspectorSetting() function in prerender::PrerenderContents
378 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile_, key, value); in UpdateInspectorSetting()
Dprerender_contents.h184 virtual void UpdateInspectorSetting(const std::string& key,
/external/chromium/chrome/browser/extensions/
Dextension_host.cc289 void ExtensionHost::UpdateInspectorSetting(const std::string& key, in UpdateInspectorSetting() function in ExtensionHost
291 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile(), key, value); in UpdateInspectorSetting()
Dextension_host.h182 virtual void UpdateInspectorSetting(const std::string& key,