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

  /external/chromium_org/chrome/browser/ui/search/
search_model.cc 10 SearchModel::State::State()
15 SearchModel::State::State(const SearchMode& mode,
23 bool SearchModel::State::operator==(const State& rhs) const {
28 SearchModel::SearchModel() {
31 SearchModel::~SearchModel() {
34 void SearchModel::SetState(const State& new_state) {
36 << "Please do not try to set the SearchModel mode without first "
49 void SearchModel::SetMode(const SearchMode& new_mode)
    [all...]
search_model.h 23 class SearchModel {
43 SearchModel();
44 ~SearchModel();
85 DISALLOW_COPY_AND_ASSIGN(SearchModel);

Completed in 716 milliseconds