Searched defs:GPUSupportStub (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/
H A Dgpu_support_stub.h15 class ASH_EXPORT GPUSupportStub : public GPUSupport { class in namespace:ash
17 GPUSupportStub();
18 virtual ~GPUSupportStub();
27 DISALLOW_COPY_AND_ASSIGN(GPUSupportStub);
H A Dgpu_support_stub.cc9 GPUSupportStub::GPUSupportStub() {} function in class:ash::GPUSupportStub
11 GPUSupportStub::~GPUSupportStub() {}
13 bool GPUSupportStub::IsPanelFittingDisabled() const {
17 void GPUSupportStub::DisableGpuWatchdog() {}
19 void GPUSupportStub::GetGpuProcessHandles(

Completed in 47 milliseconds