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

  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.h 96 class RenderViewHostDelegateHelper {
109 RenderViewHostDelegateHelper();
116 DISALLOW_COPY_AND_ASSIGN(RenderViewHostDelegateHelper);
background_contents.cc 163 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile, key, value);
168 RenderViewHostDelegateHelper::ClearInspectorSettings(profile);
207 return RenderViewHostDelegateHelper::GetWebkitPrefs(profile,
render_view_host_delegate_helper.cc 202 bool RenderViewHostDelegateHelper::gpu_enabled_ = true;
205 WebPreferences RenderViewHostDelegateHelper::GetWebkitPrefs(
375 void RenderViewHostDelegateHelper::UpdateInspectorSetting(
384 void RenderViewHostDelegateHelper::ClearInspectorSettings(Profile* profile) {
  /external/chromium/chrome/browser/notifications/
balloon_host.cc 74 RenderViewHostDelegateHelper::GetWebkitPrefs(GetProfile(),
239 RenderViewHostDelegateHelper::UpdateInspectorSetting(
244 RenderViewHostDelegateHelper::ClearInspectorSettings(GetProfile());
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 378 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile_, key, value);
382 RenderViewHostDelegateHelper::ClearInspectorSettings(profile_);
397 return RenderViewHostDelegateHelper::GetWebkitPrefs(profile_,
  /external/chromium/chrome/browser/extensions/
extension_host.cc 291 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile(), key, value);
295 RenderViewHostDelegateHelper::ClearInspectorSettings(profile());
522 RenderViewHostDelegateHelper::GetWebkitPrefs(profile,

Completed in 222 milliseconds