Home | Sort by relevance Sort by last modified time |
/external/chromium/chrome/browser/tab_contents/ | |
render_view_host_delegate_helper.h | 105 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 |
render_view_host_delegate_helper.cc | 202 bool RenderViewHostDelegateHelper::gpu_enabled_ = true; member in class:RenderViewHostDelegateHelper |
/external/chromium_org/content/browser/gpu/ | |
gpu_process_host.h | 66 static bool gpu_enabled() { return gpu_enabled_; } 236 static bool gpu_enabled_; member in class:content::GpuProcessHost |
gpu_process_host.cc | 57 bool GpuProcessHost::gpu_enabled_ = true; member in class:content::GpuProcessHost 450 gpu_enabled_ = false; [all...] |