Searched defs:UpdateInspectorSetting (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc237 void BalloonHost::UpdateInspectorSetting(const std::string& key, function in class:BalloonHost
239 RenderViewHostDelegateHelper::UpdateInspectorSetting(
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc160 void BackgroundContents::UpdateInspectorSetting(const std::string& key, function in class:BackgroundContents
163 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile, key, value);
H A Drender_view_host_delegate_helper.cc375 void RenderViewHostDelegateHelper::UpdateInspectorSetting( function in class:RenderViewHostDelegateHelper
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc376 void PrerenderContents::UpdateInspectorSetting(const std::string& key, function in class:prerender::PrerenderContents
378 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile_, key, value);
/external/chromium/chrome/browser/extensions/
H A Dextension_host.cc289 void ExtensionHost::UpdateInspectorSetting(const std::string& key, function in class:ExtensionHost
291 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile(), key, value);

Completed in 77 milliseconds