Searched refs:ModifierIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dchannel_info.cc44 enum ModifierIndex { enum in namespace:__anon6827
63 bool FindModifier(ModifierIndex index,
95 bool HasModifier(ModifierIndex index, const std::wstring& ap_value) {
101 std::wstring::size_type FindInsertionPoint(ModifierIndex index,
107 if (FindModifier(static_cast<ModifierIndex>(scan), ap_value, &result, NULL))
115 bool SetModifier(ModifierIndex index, bool set, std::wstring* ap_value) {
176 SetModifier(static_cast<ModifierIndex>(i), false, &tmp_value);
288 ModifierIndex index = static_cast<ModifierIndex>(scan);

Completed in 200 milliseconds