Searched defs:DictionaryDataStore (Results 1 - 2 of 2) 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);

Completed in 560 milliseconds