OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPUSupportStub
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/
gpu_support_stub.cc
9
GPUSupportStub
::
GPUSupportStub
() {}
11
GPUSupportStub
::~
GPUSupportStub
() {}
13
bool
GPUSupportStub
::IsPanelFittingDisabled() const {
17
void
GPUSupportStub
::DisableGpuWatchdog() {}
19
void
GPUSupportStub
::GetGpuProcessHandles(
gpu_support_stub.h
15
class ASH_EXPORT
GPUSupportStub
: public GPUSupport {
17
GPUSupportStub
();
18
virtual ~
GPUSupportStub
();
27
DISALLOW_COPY_AND_ASSIGN(
GPUSupportStub
);
/external/chromium_org/ash/test/
test_shell_delegate.cc
189
return new
GPUSupportStub
;
/external/chromium_org/ash/shell/
shell_delegate_impl.cc
279
return new
GPUSupportStub
;
Completed in 210 milliseconds