Searched refs:prop_index (Results 1 – 1 of 1) sorted by relevance
265 size_t prop_index = content.find(pref_key + "="); in ReadBrowserConfigProp() local266 if (prop_index == std::string::npos) in ReadBrowserConfigProp()269 size_t start = prop_index + pref_key.length(); in ReadBrowserConfigProp()439 size_t prop_index = content.find(search_for); in GetPrefsJsValue() local440 if (prop_index == std::string::npos) in GetPrefsJsValue()443 size_t start = prop_index + search_for.length(); in GetPrefsJsValue()