HomeSort by relevance Sort by last modified time
    Searched full:modifierindex (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/installer/util/
channel_info.cc 47 enum ModifierIndex {
67 bool FindModifier(ModifierIndex index,
99 bool HasModifier(ModifierIndex index, const std::wstring& ap_value) {
105 std::wstring::size_type FindInsertionPoint(ModifierIndex index,
111 if (FindModifier(static_cast<ModifierIndex>(scan), ap_value, &result, NULL))
119 bool SetModifier(ModifierIndex index, bool set, std::wstring* ap_value) {
184 SetModifier(static_cast<ModifierIndex>(i), false, &tmp_value);
304 ModifierIndex index = static_cast<ModifierIndex>(scan);

Completed in 171 milliseconds