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

  /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/
shell_delegate.h 149 virtual GPUSupport* CreateGPUSupport() = 0;
shell.cc 650 gpu_support_.reset(delegate_->CreateGPUSupport());
    [all...]
  /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 273 milliseconds