Searched defs:kNoMatch (Results 1 - 1 of 1) 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,

Completed in 237 milliseconds