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

/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_host.cc221 bool should_send = dispatcher_->CanReadRawCookies(); local
223 << "should_send=" << should_send;
225 if (!should_send)
245 bool should_send = dispatcher_->CanReadRawCookies(); local
247 << "should_send=" << should_send;
249 if (!should_send)
/external/chromium_org/net/quic/
H A Dquic_connection_test.cc3219 bool should_send = i % 10 != 1; local
3221 if (!should_send) {

Completed in 112 milliseconds