Lines Matching refs:string
50 // If the field trial's group name ends with this string its configuration will
88 std::string group_name = base::FieldTrialList::FindFullName(
99 std::string group_prefix(group_name);
101 if (first_space != std::string::npos) {
114 // Given a FieldTrialFlags object, returns the string value of the provided
116 std::string GetStringValueForFlagWithDefault(const std::string& flag,
117 const std::string& default_value,
129 uint64 GetUInt64ValueForFlagWithDefault(const std::string& flag,
133 std::string str_value =
134 GetStringValueForFlagWithDefault(flag, std::string(), flags);
142 bool GetBoolValueForFlagWithDefault(const std::string& flag,