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 27 SetMode(SearchMode(SearchMode::MODE_NTP, SearchMode::ORIGIN_NTP));
36 SetMode(SearchMode(SearchMode::MODE_SEARCH_RESULTS,
37 SearchMode::ORIGIN_DEFAULT));
43 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; }
search_tab_helper.cc 235 SearchMode::Type type = SearchMode::MODE_DEFAULT;
236 SearchMode::Origin origin = SearchMode::ORIGIN_DEFAULT;
238 type = SearchMode::MODE_NTP;
239 origin = SearchMode::ORIGIN_NTP;
241 type = SearchMode::MODE_SEARCH_RESULTS;
242 origin = SearchMode::ORIGIN_SEARCH;
247 type = SearchMode::MODE_SEARCH_SUGGESTIONS;
248 model_.SetMode(SearchMode(type, origin))
    [all...]
search_model_unittest.cc 120 SearchMode search_mode(SearchMode::MODE_NTP, SearchMode::ORIGIN_NTP);
129 search_mode.mode = SearchMode::MODE_SEARCH_RESULTS;
search_model.cc 15 SearchModel::State::State(const SearchMode& mode,
49 void SearchModel::SetMode(const SearchMode& new_mode) {
instant_controller.h 78 void SearchModeChanged(const SearchMode& old_mode,
79 const SearchMode& new_mode);
219 SearchMode search_mode_;
instant_controller.cc 199 void InstantController::SearchModeChanged(const SearchMode& old_mode,
200 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/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 207 enum SearchMode { NotSearching, SearchingForNormal, SearchingForShadow };
211 void setSearchingForNode(ErrorString*, SearchMode, JSONObject* highlightConfig);
264 SearchMode m_searchingForNode;
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 254 const SearchMode& new_mode = new_state.mode;
  /external/chromium_org/v8/src/
objects-inl.h     [all...]
objects.h     [all...]

Completed in 185 milliseconds