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

  /external/chromium_org/ash/
gpu_support.h 18 class ASH_EXPORT GPUSupport {
23 virtual ~GPUSupport() {}
gpu_support_stub.h 14 // A GPUSupport object that does not depend on src/content.
15 class ASH_EXPORT GPUSupportStub : public GPUSupport {
21 // Overridden from GPUSupport:
shell_delegate.h 149 virtual GPUSupport* CreateGPUSupport() = 0;
shell.h 97 class GPUSupport;
577 GPUSupport* gpu_support() { return gpu_support_.get(); }
761 scoped_ptr<GPUSupport> gpu_support_;
  /external/chromium_org/ash/content_support/
gpu_support_impl.h 14 class ASH_WITH_CONTENT_EXPORT GPUSupportImpl : public GPUSupport {
20 // Overridden from GPUSupport:
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 65 virtual GPUSupport* CreateGPUSupport() OVERRIDE;
shell_delegate_impl.cc 258 GPUSupport* ShellDelegateImpl::CreateGPUSupport() {
  /external/chromium_org/ash/test/
test_shell_delegate.h 63 virtual GPUSupport* CreateGPUSupport() OVERRIDE;
test_shell_delegate.cc 189 GPUSupport* TestShellDelegate::CreateGPUSupport() {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h 79 virtual ash::GPUSupport* CreateGPUSupport() OVERRIDE;
chrome_shell_delegate.cc 134 ash::GPUSupport* ChromeShellDelegate::CreateGPUSupport() {

Completed in 872 milliseconds