Searched refs:cached_dict (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc116 Init(data_store_->cached_dict());
122 void HistoryDataStore::Init(base::DictionaryValue* cached_dict) { argument
123 DCHECK(cached_dict);
124 cached_dict->SetString(kKeyVersion, kCurrentVersion);
125 cached_dict->Set(kKeyAssociations, new base::DictionaryValue);
188 base::DictionaryValue* cached_dict = local
189 cached_dict_ ? cached_dict_.get() : data_store_->cached_dict();
190 DCHECK(cached_dict);
193 CHECK(cached_dict->GetDictionary(kKeyAssociations, &assoc_dict) &&
H A Dhistory_data_store.h63 void Init(base::DictionaryValue* cached_dict);
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.cc70 data_store_->cached_dict()->Set(typed_query, DictFromPayload(payload));
79 if (!data_store_->cached_dict())
83 for (base::DictionaryValue::Iterator it(*data_store_->cached_dict());
101 data_store_->cached_dict()->Remove(cleanup_keys[i], NULL);
134 // data_store_->cached_dict().
143 data_store_->cached_dict()->Remove(rbegin->first, NULL);
H A Ddictionary_data_store.h49 base::DictionaryValue* cached_dict() { return cached_dict_.get(); } function in class:app_list::DictionaryDataStore

Completed in 619 milliseconds