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

  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.h 100 static void UpdateInspectorSetting(Profile* profile,
background_contents.h 139 virtual void UpdateInspectorSetting(const std::string& key,
background_contents.cc 160 void BackgroundContents::UpdateInspectorSetting(const std::string& key,
163 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile, key, value);
render_view_host_delegate_helper.cc 375 void RenderViewHostDelegateHelper::UpdateInspectorSetting(
tab_contents.h     [all...]
  /external/chromium/chrome/browser/notifications/
balloon_host.h 120 virtual void UpdateInspectorSetting(const std::string& key,
balloon_host.cc 237 void BalloonHost::UpdateInspectorSetting(const std::string& key,
239 RenderViewHostDelegateHelper::UpdateInspectorSetting(
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 376 void PrerenderContents::UpdateInspectorSetting(const std::string& key,
378 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile_, key, value);
prerender_contents.h 184 virtual void UpdateInspectorSetting(const std::string& key,
  /external/chromium/chrome/browser/extensions/
extension_host.h 182 virtual void UpdateInspectorSetting(const std::string& key,
extension_host.cc 289 void ExtensionHost::UpdateInspectorSetting(const std::string& key,
291 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile(), key, value);

Completed in 155 milliseconds