Searched refs:OnFlushedCallback (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Ddictionary_data_store.h32 typedef base::Closure OnFlushedCallback; typedef in class:app_list::DictionaryDataStore
37 void Flush(const OnFlushedCallback& on_flushed);
H A Ddictionary_data_store.cc39 Flush(OnFlushedCallback());
42 void DictionaryDataStore::Flush(const OnFlushedCallback& on_flushed) {
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.h43 void Flush(const DictionaryDataStore::OnFlushedCallback& on_flushed);
H A Dhistory_data_store_unittest.cc64 store_->Flush(DictionaryDataStore::OnFlushedCallback());
H A Dhistory_data_store.cc129 const DictionaryDataStore::OnFlushedCallback& on_flushed) {

Completed in 798 milliseconds