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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 71 // HistoryURLProviderParams object. This is allocated in the main thread, and
86 struct HistoryURLProviderParams {
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* params
    [all...]
history_url_provider.cc 106 HistoryURLProviderParams::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& params
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 76 // HistoryURLProviderParams object. This is allocated in the main thread, and
91 struct HistoryURLProviderParams {
92 HistoryURLProviderParams(const AutocompleteInput& input,
97 ~HistoryURLProviderParams();
149 DISALLOW_COPY_AND_ASSIGN(HistoryURLProviderParams);
199 HistoryURLProviderParams* params);
205 HistoryURLProviderParams* params);
210 void QueryComplete(HistoryURLProviderParams* params_gets_deleted);
257 bool PromoteMatchForInlineAutocomplete(HistoryURLProviderParams* params,
268 const HistoryURLProviderParams& params
    [all...]
history_url_provider.cc 292 HistoryURLProviderParams::HistoryURLProviderParams(
311 HistoryURLProviderParams::~HistoryURLProviderParams() {
412 HistoryURLProviderParams* params) {
435 HistoryURLProviderParams* params) {
566 HistoryURLProviderParams* params_gets_deleted) {
568 scoped_ptr<HistoryURLProviderParams> params(params_gets_deleted);
665 scoped_ptr<HistoryURLProviderParams> params(
666 new HistoryURLProviderParams(input, trim_http, languages
    [all...]

Completed in 133 milliseconds