Home
last modified time | relevance | path

Searched refs:stop_value (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils.cc392 size_t stop_value = line.find(");", start_value + 1); in ParsePrefFile() local
393 if (stop_value == std::string::npos) { in ParsePrefFile()
399 stop_value - start_value - 1); in ParsePrefFile()