HomeSort by relevance Sort by last modified time
    Searched refs:spdy_options (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_network_layer.cc 80 std::vector<std::string> spdy_options; local
81 base::SplitString(mode, ',', &spdy_options);
85 for (std::vector<std::string>::iterator it = spdy_options.begin();
86 it != spdy_options.end(); ++it) {
132 } else if (option.empty() && it == spdy_options.begin()) {
  /external/chromium_org/chrome/browser/
io_thread.cc 809 std::vector<std::string> spdy_options; local
810 base::SplitString(mode, ',', &spdy_options);
812 for (std::vector<std::string>::iterator it = spdy_options.begin();
813 it != spdy_options.end(); ++it) {
    [all...]

Completed in 42 milliseconds