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

  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 91 // See comments on |promote_type| below.
157 PromoteType promote_type; member in struct:HistoryURLProviderParams
160 // decision is often already summarized in |promote_type| by whether it
162 // only useful when |promote_type| is FRONT_HISTORY_MATCH.
254 // params->promote_type. Also, depending on a field trial state, if it
history_url_provider.cc 415 promote_type(NEITHER),
528 // NOTE: We don't reset |params| here since at least the |promote_type|
750 // pass, this conditional will always succeed since |promote_type| is
752 (params->promote_type != HistoryURLProviderParams::FRONT_HISTORY_MATCH);
    [all...]

Completed in 103 milliseconds