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

  /external/chromium/net/tools/flip_server/
spdy_interface.cc 149 bool *is_https_scheme) {
155 *is_https_scheme = false;
175 *is_https_scheme = true;
230 bool is_https_scheme; local
231 int ret = SpdyHandleNewStream(frame, http_data, &is_https_scheme);
243 if (is_https_scheme) {
spdy_interface.h 61 bool *is_https_scheme);

Completed in 19 milliseconds