Home
last modified time | relevance | path

Searched refs:UpdateInspectorSetting (Results 1 – 17 of 17) 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_org/android_webview/browser/
Daw_content_browser_client.h148 virtual void UpdateInspectorSetting(content::RenderViewHost* rvh,
Daw_content_browser_client.cc435 void AwContentBrowserClient::UpdateInspectorSetting( in UpdateInspectorSetting() function in android_webview::AwContentBrowserClient
/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,
/external/chromium_org/content/public/browser/
Dcontent_browser_client.h506 virtual void UpdateInspectorSetting(RenderViewHost* rvh, in UpdateInspectorSetting() function
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.h225 virtual void UpdateInspectorSetting(content::RenderViewHost* rvh,
Dchrome_content_browser_client.cc2320 void ChromeContentBrowserClient::UpdateInspectorSetting( in UpdateInspectorSetting() function in chrome::ChromeContentBrowserClient
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc1597 GetContentClient()->browser()->UpdateInspectorSetting( in OnUpdateInspectorSetting()