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

  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 76 // HistoryURLProviderParams object. This is allocated in the main thread, and
91 struct HistoryURLProviderParams {
99 HistoryURLProviderParams(const AutocompleteInput& input,
105 ~HistoryURLProviderParams();
179 DISALLOW_COPY_AND_ASSIGN(HistoryURLProviderParams);
215 void ExecuteWithDB(HistoryURLProviderParams* params,
250 HistoryURLProviderParams* params);
255 void PromoteMatchesIfNecessary(const HistoryURLProviderParams& params);
260 void QueryComplete(HistoryURLProviderParams* params_gets_deleted);
269 HistoryURLProviderParams* params) const
    [all...]
history_url_provider.cc 453 HistoryURLProviderParams::HistoryURLProviderParams(
474 HistoryURLProviderParams::~HistoryURLProviderParams() {
549 scoped_ptr<HistoryURLProviderParams> params(
550 new HistoryURLProviderParams(
654 void HistoryURLProvider::ExecuteWithDB(HistoryURLProviderParams* params,
727 HistoryURLProviderParams* params) {
    [all...]

Completed in 101 milliseconds