Searched refs:ExecuteWithDB (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.h44 // -> HistoryURLProvider::ExecuteWithDB
102 // ExecuteWithDB() on the history thread to prevent deadlock. If this flag is
108 // Set by ExecuteWithDB() on the history thread when the query could not be
165 void ExecuteWithDB(history::HistoryBackend* backend,
176 // main thread by ExecuteWithDB when the results are available.
H A Dhistory_url_provider.cc153 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend, function in class:HistoryURLProvider
/external/chromium/chrome/browser/history/
H A Dhistory_backend.cc1473 // ExecuteWithDB should handle the NULL database case.
1474 provider->ExecuteWithDB(this, db_.get(), params);

Completed in 78 milliseconds