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

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_model.h50 // valid lines (to enable hover) or kNoMatch (to disable hover).
66 // the selected line should not be kNoMatch.
112 static const size_t kNoMatch = -1; member in class:AutocompletePopupModel
123 // this will be kNoMatch, even if the cursor is over the popup contents.
126 // The currently selected line. This is kNoMatch when nothing is selected,
/external/stressapptest/src/
H A Dworker.cc759 const int kNoMatch = 3; local
791 state = kNoMatch;
802 state = kNoMatch;
809 state = kNoMatch;

Completed in 98 milliseconds