Searched refs:gpu_enabled_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Drender_view_host_delegate_helper.h105 static bool gpu_enabled() { return gpu_enabled_; }
106 static void set_gpu_enabled(bool enabled) { gpu_enabled_ = enabled; }
114 static bool gpu_enabled_; member in class:RenderViewHostDelegateHelper
H A Drender_view_host_delegate_helper.cc202 bool RenderViewHostDelegateHelper::gpu_enabled_ = true; member in class:RenderViewHostDelegateHelper
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.h66 static bool gpu_enabled() { return gpu_enabled_; }
236 static bool gpu_enabled_; member in class:content::GpuProcessHost
H A Dgpu_process_host.cc57 bool GpuProcessHost::gpu_enabled_ = true; member in class:content::GpuProcessHost
450 gpu_enabled_ = false;
1079 if (!(gpu_enabled_ &&

Completed in 96 milliseconds