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

  /external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.h 31 const DictionaryValue* gpu_blacklist_cache_; member in class:GpuBlacklistUpdater
gpu_blacklist_updater.cc 45 gpu_blacklist_cache_(NULL) {
51 gpu_blacklist_cache_ = local_state->GetDictionary(prefs::kGpuBlacklist);
52 DCHECK(gpu_blacklist_cache_);
93 if (gpu_blacklist_cache_) {
95 if (GpuBlacklist::GetVersion(*gpu_blacklist_cache_,
109 if (updated_list->LoadGpuBlacklist(*gpu_blacklist_cache_, true)) {

Completed in 95 milliseconds