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

  /external/chromium/net/http/
http_proxy_client_socket_pool_unittest.cc 22 #include "net/spdy/spdy_protocol.h"
23 #include "net/spdy/spdy_test_util.h"
40 SPDY
151 if (GetParam() == SPDY)
165 if (GetParam() == SPDY) {
173 spdy::SpdyFramer::set_enable_compression_default(false);
175 ssl_data_->next_proto = "spdy/2";
218 // All tests are run with three different proxy types: HTTP, HTTPS (non-SPDY)
219 // and SPDY.
222 ::testing::Values(HTTP, HTTPS, SPDY));
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 6 * This view displays a summary of the state of each SPDY sessions, and
41 * on each SPDY session. Otherwise, displays "None".
59 * Displays information on the global SPDY status.
91 * Creates a table printer to print out the state of list of SPDY sessions.
dataview.js 292 text.push(' SPDY Status');
296 text.push('SPDY Enabled: ' + data.spdyStatus.spdy_enabled);
299 text.push('Force SPDY Always: ' + data.spdyStatus.force_spdy_always);
300 text.push('Force SPDY Over SSL: ' + data.spdyStatus.force_spdy_over_ssl);
306 text.push(' SPDY Sessions');
hstsview.js 66 return 'SPDY';
main.js 693 * Adds a listener of the SPDY info. |observer| will be called back
703 * Adds a listener of the SPDY status. |observer| will be called back
    [all...]

Completed in 1940 milliseconds