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

  /external/chromium_org/chrome/browser/ui/search/
search_delegate_unittest.cc 24 SetMode(SearchMode(SearchMode::MODE_NTP, SearchMode::ORIGIN_NTP));
33 SetMode(SearchMode(SearchMode::MODE_SEARCH_RESULTS,
34 SearchMode::ORIGIN_DEFAULT));
40 SetMode(SearchMode(SearchMode::MODE_NTP, SearchMode::ORIGIN_NTP));
search_model.h 27 State(const SearchMode& mode,
34 SearchMode mode;
53 void SetMode(const SearchMode& mode);
56 const SearchMode& mode() const { return state_.mode; }
instant_controller.h 56 void SearchModeChanged(const SearchMode& old_mode,
57 const SearchMode& new_mode);
147 SearchMode search_mode_;
search_model_unittest.cc 118 SearchMode search_mode(SearchMode::MODE_NTP, SearchMode::ORIGIN_NTP);
127 search_mode.mode = SearchMode::MODE_SEARCH_RESULTS;
search_tab_helper.cc 576 SearchMode::Type type = SearchMode::MODE_DEFAULT;
577 SearchMode::Origin origin = SearchMode::ORIGIN_DEFAULT;
579 type = SearchMode::MODE_NTP;
580 origin = SearchMode::ORIGIN_NTP;
582 type = SearchMode::MODE_SEARCH_RESULTS;
583 origin = SearchMode::ORIGIN_SEARCH;
590 type = SearchMode::MODE_SEARCH_SUGGESTIONS;
592 SearchMode old_mode(model_.mode())
    [all...]
search_model.cc 15 SearchModel::State::State(const SearchMode& mode,
49 void SearchModel::SetMode(const SearchMode& new_mode) {
instant_controller.cc 96 void InstantController::SearchModeChanged(const SearchMode& old_mode,
97 const SearchMode& new_mode) {
  /external/chromium_org/chrome/common/
search_types.h 10 struct SearchMode {
38 SearchMode() : mode(MODE_DEFAULT), origin(ORIGIN_DEFAULT) {
41 SearchMode(Type in_mode, Origin in_origin)
46 bool operator==(const SearchMode& rhs) const {
50 bool operator!=(const SearchMode& rhs) const {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.h 61 enum SearchMode {
68 void Start(const string& program, SearchMode search_mode);
subprocess.cc 75 void Subprocess::Start(const string& program, SearchMode search_mode) {
290 void Subprocess::Start(const string& program, SearchMode search_mode) {
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 60 enum SearchMode {
67 void Start(const string& program, SearchMode search_mode);
subprocess.cc 72 void Subprocess::Start(const string& program, SearchMode search_mode) {
287 void Subprocess::Start(const string& program, SearchMode search_mode) {
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 126 const SearchMode& new_mode = new_state.mode;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 218 enum SearchMode { NotSearching, SearchingForNormal, SearchingForUAShadow };
225 void setSearchingForNode(ErrorString*, SearchMode, JSONObject* highlightConfig);
275 SearchMode m_searchingForNode;
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/v8/src/
objects-inl.h     [all...]
objects.h     [all...]

Completed in 1088 milliseconds