OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:modifierindex
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/installer/util/
channel_info.cc
44
enum
ModifierIndex
{
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 135 milliseconds