Home
last modified time | relevance | path

Searched refs:GPUSupport (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ash/
Dgpu_support.h18 class ASH_EXPORT GPUSupport {
23 virtual ~GPUSupport() {} in ~GPUSupport()
Dgpu_support_stub.h15 class ASH_EXPORT GPUSupportStub : public GPUSupport {
Dshell_delegate.h149 virtual GPUSupport* CreateGPUSupport() = 0;
Dshell.h97 class GPUSupport; variable
577 GPUSupport* gpu_support() { return gpu_support_.get(); } in gpu_support()
761 scoped_ptr<GPUSupport> gpu_support_;
/external/chromium_org/ash/content_support/
Dgpu_support_impl.h14 class ASH_WITH_CONTENT_EXPORT GPUSupportImpl : public GPUSupport {
/external/chromium_org/ash/test/
Dtest_shell_delegate.h63 virtual GPUSupport* CreateGPUSupport() OVERRIDE;
Dtest_shell_delegate.cc189 GPUSupport* TestShellDelegate::CreateGPUSupport() { in CreateGPUSupport()
/external/chromium_org/ash/shell/
Dshell_delegate_impl.h65 virtual GPUSupport* CreateGPUSupport() OVERRIDE;
Dshell_delegate_impl.cc258 GPUSupport* ShellDelegateImpl::CreateGPUSupport() { in CreateGPUSupport()
/external/chromium_org/chrome/browser/ui/ash/
Dchrome_shell_delegate.cc134 ash::GPUSupport* ChromeShellDelegate::CreateGPUSupport() { in CreateGPUSupport()
Dchrome_shell_delegate.h79 virtual ash::GPUSupport* CreateGPUSupport() OVERRIDE;