Searched refs:first_sep (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc330 size_t first_sep = message.find(':'); local
331 size_t second_sep = message.find(':', first_sep + 1);
332 if (first_sep == std::string::npos || second_sep == std::string::npos) {
338 message.substr(first_sep + 1, second_sep - first_sep - 1);

Completed in 569 milliseconds