Searched refs:DictionaryDataStore (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Ddictionary_data_store.cc21 DictionaryDataStore::DictionaryDataStore(const base::FilePath& data_file) function in class:app_list::DictionaryDataStore
38 DictionaryDataStore::~DictionaryDataStore() {
42 void DictionaryDataStore::Flush(const OnFlushedCallback& on_flushed) {
53 void DictionaryDataStore::Load(
54 const DictionaryDataStore::OnLoadedCallback& on_loaded) {
58 base::Bind(&DictionaryDataStore::LoadOnBlockingPool, this),
62 void DictionaryDataStore::ScheduleWrite() {
66 scoped_ptr<base::DictionaryValue> DictionaryDataStore
[all...]
H A Ddictionary_data_store.h26 class DictionaryDataStore class in namespace:app_list
27 : public base::RefCountedThreadSafe<DictionaryDataStore>,
34 explicit DictionaryDataStore(const base::FilePath& data_file);
52 friend class base::RefCountedThreadSafe<DictionaryDataStore>;
54 virtual ~DictionaryDataStore();
69 DISALLOW_COPY_AND_ASSIGN(DictionaryDataStore);
H A Dwebservice_cache.h104 scoped_refptr<DictionaryDataStore> data_store_;
H A Dwebservice_cache.cc35 data_store_ = new DictionaryDataStore(data_file);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_factory.cc41 scoped_refptr<DictionaryDataStore> dictionary_data_store(
42 new DictionaryDataStore(data_file));
H A Dhistory_data_store.h39 explicit HistoryDataStore(scoped_refptr<DictionaryDataStore> data_store);
43 void Flush(const DictionaryDataStore::OnFlushedCallback& on_flushed);
78 scoped_refptr<DictionaryDataStore> data_store_;
H A Dhistory_data_store_unittest.cc58 store_ = new HistoryDataStore(scoped_refptr<DictionaryDataStore>(
59 new DictionaryDataStore(data_file_)));
64 store_->Flush(DictionaryDataStore::OnFlushedCallback());
H A Dhistory_data_store.cc114 scoped_refptr<DictionaryDataStore> data_store)
129 const DictionaryDataStore::OnFlushedCallback& on_flushed) {
H A Dhistory_unittest.cc109 scoped_refptr<DictionaryDataStore> dictionary_data_store(
110 new DictionaryDataStore(data_file));

Completed in 531 milliseconds