Searched defs:kNoMatch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h59 // valid lines (to enable hover) or kNoMatch (to disable hover).
75 // the selected line should not be kNoMatch.
120 static const size_t kNoMatch; member in class:OmniboxPopupModel
128 // this will be kNoMatch, even if the cursor is over the popup contents.
131 // The currently selected line. This is kNoMatch when nothing is selected,
H A Domnibox_popup_model.cc28 const size_t OmniboxPopupModel::kNoMatch = static_cast<size_t>(-1); member in class:OmniboxPopupModel
35 hovered_line_(kNoMatch),
36 selected_line_(kNoMatch),
100 const bool is_disabling = (line == kNoMatch);
108 if ((hovered_line_ != kNoMatch) && (hovered_line_ != selected_line_))
151 CHECK(selected_line_ != kNoMatch);
195 SetHoveredLine(kNoMatch);
205 DCHECK_NE(kNoMatch, selected_line_);
218 if (selected_line_ == kNoMatch)
269 kNoMatch
[all...]
/external/stressapptest/src/
H A Dworker.cc759 const int kNoMatch = 3; local
791 state = kNoMatch;
802 state = kNoMatch;
809 state = kNoMatch;

Completed in 231 milliseconds