Searched defs:WaitForHistoryTask (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_browsertest.cc36 class WaitForHistoryTask : public HistoryDBTask { class in namespace:__anon2227
38 WaitForHistoryTask() { function in class:__anon2227::WaitForHistoryTask
51 DISALLOW_COPY_AND_ASSIGN(WaitForHistoryTask);
115 scoped_refptr<HistoryDBTask> task(new WaitForHistoryTask());
H A Dtop_sites_unittest.cc43 class WaitForHistoryTask : public HistoryDBTask { class in namespace:history::__anon2246
45 WaitForHistoryTask() {} function in class:history::__anon2246::WaitForHistoryTask
56 DISALLOW_COPY_AND_ASSIGN(WaitForHistoryTask);
183 history_service()->ScheduleDBTask(new WaitForHistoryTask(), &consumer_);
/external/chromium_org/chrome/browser/history/
H A Dhistory_browsertest.cc42 class WaitForHistoryTask : public history::HistoryDBTask { class in namespace:__anon5367
44 WaitForHistoryTask() {} function in class:__anon5367::WaitForHistoryTask
56 virtual ~WaitForHistoryTask() {}
58 DISALLOW_COPY_AND_ASSIGN(WaitForHistoryTask);
90 scoped_refptr<history::HistoryDBTask> task(new WaitForHistoryTask());
H A Dtop_sites_impl_unittest.cc33 class WaitForHistoryTask : public HistoryDBTask { class in namespace:history::__anon5394
35 WaitForHistoryTask() {} function in class:history::__anon5394::WaitForHistoryTask
47 virtual ~WaitForHistoryTask() {}
49 DISALLOW_COPY_AND_ASSIGN(WaitForHistoryTask);
185 history_service()->ScheduleDBTask(new WaitForHistoryTask(), &consumer_);

Completed in 90 milliseconds