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

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

Completed in 294 milliseconds