OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpu_blacklist_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
gpu_data_manager.cc
61
if (
gpu_blacklist_
.get())
62
return
gpu_blacklist_
->GetFeatureStatus(GpuAccessAllowed(),
71
if (
gpu_blacklist_
.get() != NULL) {
73
if (
gpu_blacklist_
->GetVersion(&version_major,
155
gpu_blacklist_
.reset(gpu_blacklist);
219
if (
gpu_blacklist_
.get() != NULL &&
gpu_blacklist_
->max_entry_id() == 0)
221
return
gpu_blacklist_
.get();
gpu_data_manager.h
98
scoped_ptr<GpuBlacklist>
gpu_blacklist_
;
member in class:GpuDataManager
Completed in 47 milliseconds