OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_store_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.cc
35
data_store_
= new DictionaryDataStore(data_file);
36
data_store_
->Load(base::Bind(&WebserviceCache::OnCacheLoaded, AsWeakPtr()));
70
data_store_
->cached_dict()->Set(typed_query, DictFromPayload(payload));
71
data_store_
->ScheduleWrite();
79
if (!
data_store_
->cached_dict())
83
for (DictionaryValue::Iterator it(*
data_store_
->cached_dict());
101
data_store_
->cached_dict()->Remove(cleanup_keys[i], NULL);
102
data_store_
->ScheduleWrite();
134
//
data_store_
->cached_dict().
143
data_store_
->cached_dict()->Remove(rbegin->first, NULL)
[
all
...]
webservice_cache.h
92
// will be owned by the
data_store_
cached_dict, and freed on the destruction
104
scoped_refptr<DictionaryDataStore>
data_store_
;
member in class:app_list::WebserviceCache
/external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc
115
:
data_store_
(new DictionaryDataStore(data_file)) {
116
base::DictionaryValue* dict =
data_store_
->cached_dict();
127
data_store_
->Flush(on_flushed);
132
data_store_
->Load(base::Bind(&HistoryDataStore::OnDictionaryLoadedCallback,
142
data_store_
->ScheduleWrite();
154
data_store_
->ScheduleWrite();
163
data_store_
->ScheduleWrite();
169
data_store_
->ScheduleWrite();
173
base::DictionaryValue* cached_dict =
data_store_
->cached_dict();
history_data_store.h
70
scoped_refptr<DictionaryDataStore>
data_store_
;
member in class:app_list::HistoryDataStore
/external/chromium_org/net/spdy/
spdy_protocol.h
469
data_store_
.reset(new std::string(data.data(), data.length()));
470
data_ = *(
data_store_
.get());
475
data_store_
.reset();
483
scoped_ptr<std::string>
data_store_
;
member in class:net::SpdyDataIR
Completed in 56 milliseconds