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

/external/chromium_org/chrome/installer/util/
H A Dchannel_info.cc58 NUM_MODIFIERS enumerator in enum:__anon5745::ModifierIndex
61 COMPILE_ASSERT(NUM_MODIFIERS == arraysize(kModifiers),
100 DCHECK(index >= 0 && index < NUM_MODIFIERS);
110 for (int scan = index + 1; scan < NUM_MODIFIERS; ++scan) {
120 DCHECK(index >= 0 && index < NUM_MODIFIERS);
183 for (int i = 0; i != NUM_MODIFIERS; ++i) {
303 for (int scan = 0; scan < NUM_MODIFIERS; ++scan) {

Completed in 34 milliseconds