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

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h76 // HistoryURLProviderParams object. This is allocated in the main thread, and
91 struct HistoryURLProviderParams { struct
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* param
[all...]
H A Dhistory_url_provider.cc453 HistoryURLProviderParams::HistoryURLProviderParams( function in class:HistoryURLProviderParams
474 HistoryURLProviderParams::~HistoryURLProviderParams() {
549 scoped_ptr<HistoryURLProviderParams> params(
550 new HistoryURLProviderParams(
654 void HistoryURLProvider::ExecuteWithDB(HistoryURLProviderParams* params,
727 HistoryURLProviderParams* params) {
796 (params->promote_type != HistoryURLProviderParams::FRONT_HISTORY_MATCH);
805 params->promote_type = HistoryURLProviderParams
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h34 struct HistoryURLProviderParams;

Completed in 1624 milliseconds