Searched defs:HistoryURLProviderParams (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.h71 // HistoryURLProviderParams object. This is allocated in the main thread, and
86 struct HistoryURLProviderParams { struct
87 HistoryURLProviderParams(const AutocompleteInput& input,
90 ~HistoryURLProviderParams();
128 DISALLOW_COPY_AND_ASSIGN(HistoryURLProviderParams);
167 HistoryURLProviderParams* params);
173 HistoryURLProviderParams* params);
178 void QueryComplete(HistoryURLProviderParams* params_gets_deleted);
209 const HistoryURLProviderParams& params,
257 bool PromoteMatchForInlineAutocomplete(HistoryURLProviderParams* param
[all...]
H A Dhistory_url_provider.cc106 HistoryURLProviderParams::HistoryURLProviderParams( function in class:HistoryURLProviderParams
119 HistoryURLProviderParams::~HistoryURLProviderParams() {}
155 HistoryURLProviderParams* params) {
178 HistoryURLProviderParams* params) {
278 HistoryURLProviderParams* params_gets_deleted) {
280 scoped_ptr<HistoryURLProviderParams> params(params_gets_deleted);
413 HistoryURLProviderParams* params,
476 const HistoryURLProviderParams
[all...]

Completed in 328 milliseconds