Searched defs:first_colon (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/mojo/services/html_viewer/
H A Dweburlloader_impl.cc53 size_t first_colon = header_line.find(":"); local
55 if (first_colon == std::string::npos || first_colon == 0)
59 TrimWhitespaceASCII(header_line.substr(first_colon + 1),
63 blink::WebString::fromUTF8(header_line.substr(0, first_colon)),

Completed in 79 milliseconds