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

/external/chromium_org/chrome/browser/net/
H A Dsafe_search_util.cc152 std::string pref_string = pref_it->second.as_string(); local
154 if (pref_string.size() >= 2 &&
155 pref_string[0] == '\"' &&
156 pref_string[pref_string.size() - 1] == '\"') {
158 pref_string = pref_string.substr(1, pref_string.length() - 2);
163 base::SplitStringIntoKeyValuePairs(pref_string, '=', '&', &pref_values);
185 pref_string
[all...]

Completed in 137 milliseconds