Searched defs:HistoryDataStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.h30 class HistoryDataStore : public base::RefCountedThreadSafe<HistoryDataStore> { class in namespace:app_list
36 HistoryDataStore();
39 explicit HistoryDataStore(scoped_refptr<DictionaryDataStore> data_store);
58 friend class base::RefCountedThreadSafe<HistoryDataStore>;
61 virtual ~HistoryDataStore();
80 DISALLOW_COPY_AND_ASSIGN(HistoryDataStore);
H A Dhistory_data_store.cc108 HistoryDataStore::HistoryDataStore() function in class:app_list::HistoryDataStore
113 HistoryDataStore::HistoryDataStore( function in class:app_list::HistoryDataStore
119 HistoryDataStore::~HistoryDataStore() {
122 void HistoryDataStore::Init(base::DictionaryValue* cached_dict) {
128 void HistoryDataStore::Flush(
136 void HistoryDataStore::Load(
137 const HistoryDataStore
[all...]

Completed in 1558 milliseconds