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

/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_model.cc10 SearchModel::State::State()
15 SearchModel::State::State(const SearchMode& mode,
23 bool SearchModel::State::operator==(const State& rhs) const {
28 SearchModel::SearchModel() { function in class: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
[all...]
H A Dsearch_model.h23 class SearchModel { class
43 SearchModel();
44 ~SearchModel();
85 DISALLOW_COPY_AND_ASSIGN(SearchModel);

Completed in 95 milliseconds