HomeSort by relevance Sort by last modified time
    Searched refs:RunAsyncImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 111 virtual bool RunAsyncImpl() = 0;
135 virtual bool RunAsyncImpl() OVERRIDE;
151 virtual bool RunAsyncImpl() OVERRIDE;
177 virtual bool RunAsyncImpl() OVERRIDE;
203 virtual bool RunAsyncImpl() OVERRIDE;
history_api.cc 275 bool retval = RunAsyncImpl();
292 bool HistoryGetVisitsFunction::RunAsyncImpl() {
328 bool HistorySearchFunction::RunAsyncImpl() {
416 bool HistoryDeleteRangeFunction::RunAsyncImpl() {
452 bool HistoryDeleteAllFunction::RunAsyncImpl() {

Completed in 46 milliseconds