Searched refs:keep_alive (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service.h68 void TokenExpiredNotificationDone(bool keep_alive);
H A Dcloud_print_proxy_service.cc129 void CloudPrintProxyService::TokenExpiredNotificationDone(bool keep_alive) { argument
134 if (!keep_alive)
/external/chromium/net/http/
H A Dhttp_proxy_client_socket.cc225 bool keep_alive = false;
233 keep_alive = true;
238 return DidDrainBodyForAuthRestart(keep_alive);
241 int HttpProxyClientSocket::DidDrainBodyForAuthRestart(bool keep_alive) { argument
242 if (keep_alive && transport_->socket()->IsConnectedAndIdle()) {
H A Dhttp_network_transaction.cc250 bool keep_alive = false; local
263 keep_alive = true;
268 DidDrainBodyForAuthRestart(keep_alive);
271 void HttpNetworkTransaction::DidDrainBodyForAuthRestart(bool keep_alive) { argument
276 if (keep_alive && stream_->IsConnectionReusable()) {
285 // keep_alive case, we've determined that the stream_ is not
923 bool keep_alive = false; local
933 keep_alive = GetResponseHeaders()->IsKeepAlive();
939 stream_->Close(!keep_alive);
969 // keep_alive default
971 bool done = false, keep_alive = true; local
[all...]
H A Dhttp_proxy_client_socket.h118 int DidDrainBodyForAuthRestart(bool keep_alive);
H A Dhttp_network_transaction.h186 // Resets |connection_| unless |keep_alive| is true, then calls
188 void DidDrainBodyForAuthRestart(bool keep_alive);
H A Dhttp_response_headers.cc1065 bool keep_alive; local
1069 keep_alive = LowerCaseEqualsASCII(connection_val, "keep-alive");
1072 keep_alive = !LowerCaseEqualsASCII(connection_val, "close");
1075 return keep_alive;
/external/qemu/proxy/
H A Dproxy_int.h109 * 'keep_alive' flag is set to TRUE.
113 int keep_alive,
H A Dproxy_common.c309 int keep_alive,
320 if (keep_alive)
308 proxy_connection_free( ProxyConnection* conn, int keep_alive, ProxyEvent event ) argument
/external/freetype/src/base/
H A Dftdbgmem.c131 FT_Bool keep_alive; member in struct:FT_MemTableRec_
646 if ( table->keep_alive )
729 if ( !table->keep_alive )
816 if ( !table->keep_alive )
872 FT_Long keep_alive = ft_atol( p ); local
875 if ( keep_alive > 0 )
876 table->keep_alive = 1;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.cc46 StunPortBindingRequest(StunPort* port, bool keep_alive, argument
48 : port_(port), keep_alive_(keep_alive), server_addr_(addr) {
/external/chromium/base/files/
H A Dfile_path_watcher_win.cc132 scoped_refptr<FilePathWatcherImpl> keep_alive(this);
/external/chromium/net/socket/
H A Dsocket_test_util.cc1167 bool ClientSocketPoolTest::ReleaseOneConnection(KeepAlive keep_alive) { argument
1171 if (keep_alive == NO_KEEP_ALIVE)
1181 void ClientSocketPoolTest::ReleaseAllConnections(KeepAlive keep_alive) { argument
1184 released_one = ReleaseOneConnection(keep_alive);
H A Dtransport_client_socket_pool_unittest.cc378 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { argument
379 return test_base_.ReleaseOneConnection(keep_alive);
382 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { argument
383 test_base_.ReleaseAllConnections(keep_alive);
H A Dsocket_test_util.h802 bool ReleaseOneConnection(KeepAlive keep_alive);
805 void ReleaseAllConnections(KeepAlive keep_alive);
H A Dclient_socket_pool_base_unittest.cc582 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { argument
583 return test_base_.ReleaseOneConnection(keep_alive);
586 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { argument
587 test_base_.ReleaseAllConnections(keep_alive);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 547 milliseconds