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

/external/chromium_org/chrome/installer/util/
H A Dchannel_info.cc124 bool have_modifier = FindModifier(index, *ap_value, &position, &length); local
126 if (!have_modifier) {
131 if (have_modifier) {
241 bool have_modifier = FindModifier(MOD_STAGE, value_, &position, &length); local
245 if (!have_modifier) {
254 if (have_modifier) {

Completed in 86 milliseconds