HomeSort by relevance Sort by last modified time
    Searched refs:current_page_classification_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h 210 return current_page_classification_;
254 AutocompleteInput::PageClassification current_page_classification_; member in class:AutocompleteInput
zero_suggest_provider.h 157 AutocompleteInput::PageClassification current_page_classification_; member in class:ZeroSuggestProvider
autocomplete_input.cc 34 current_page_classification_(AutocompleteInput::INVALID_SPEC),
54 current_page_classification_(current_page_classification),
528 current_page_classification_ = AutocompleteInput::INVALID_SPEC;
zero_suggest_provider.cc 156 current_page_classification_ = page_classification;
448 GURL(current_query_), current_page_classification_,
autocomplete_provider_unittest.cc 650 controller_->input_.current_page_classification_ = AutocompleteInput::OTHER;

Completed in 2453 milliseconds