/external/chromium/net/http/ |
D | http_network_transaction.cc | 250 bool keep_alive = false; in PrepareForAuthRestart() local 263 keep_alive = true; in PrepareForAuthRestart() 268 DidDrainBodyForAuthRestart(keep_alive); in PrepareForAuthRestart() 271 void HttpNetworkTransaction::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart() argument 276 if (keep_alive && stream_->IsConnectionReusable()) { in DidDrainBodyForAuthRestart() 923 bool keep_alive = false; in DoReadBodyComplete() local 933 keep_alive = GetResponseHeaders()->IsKeepAlive(); in DoReadBodyComplete() 939 stream_->Close(!keep_alive); in DoReadBodyComplete() 971 bool done = false, keep_alive = true; in DoDrainBodyForAuthRestartComplete() local 975 keep_alive = false; in DoDrainBodyForAuthRestartComplete() [all …]
|
D | http_proxy_client_socket.cc | 225 bool keep_alive = false; in PrepareForAuthRestart() local 233 keep_alive = true; in PrepareForAuthRestart() 238 return DidDrainBodyForAuthRestart(keep_alive); in PrepareForAuthRestart() 241 int HttpProxyClientSocket::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart() argument 242 if (keep_alive && transport_->socket()->IsConnectedAndIdle()) { in DidDrainBodyForAuthRestart()
|
D | http_proxy_client_socket.h | 118 int DidDrainBodyForAuthRestart(bool keep_alive);
|
D | http_network_transaction.h | 188 void DidDrainBodyForAuthRestart(bool keep_alive);
|
D | http_response_headers.cc | 1065 bool keep_alive; in IsKeepAlive() local 1069 keep_alive = LowerCaseEqualsASCII(connection_val, "keep-alive"); in IsKeepAlive() 1072 keep_alive = !LowerCaseEqualsASCII(connection_val, "close"); in IsKeepAlive() 1075 return keep_alive; in IsKeepAlive()
|
/external/freetype/src/base/ |
D | ftdbgmem.c | 131 FT_Bool keep_alive; member 646 if ( table->keep_alive ) in ft_mem_table_remove() 729 if ( !table->keep_alive ) in ft_mem_debug_free() 816 if ( !table->keep_alive ) in ft_mem_debug_realloc() 872 FT_Long keep_alive = ft_atol( p ); in ft_mem_debug_init() local 875 if ( keep_alive > 0 ) in ft_mem_debug_init() 876 table->keep_alive = 1; in ft_mem_debug_init()
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_proxy_service.cc | 129 void CloudPrintProxyService::TokenExpiredNotificationDone(bool keep_alive) { in TokenExpiredNotificationDone() argument 134 if (!keep_alive) in TokenExpiredNotificationDone()
|
D | cloud_print_proxy_service.h | 68 void TokenExpiredNotificationDone(bool keep_alive);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stunport.cc | 46 StunPortBindingRequest(StunPort* port, bool keep_alive, in StunPortBindingRequest() argument 48 : port_(port), keep_alive_(keep_alive), server_addr_(addr) { in StunPortBindingRequest()
|
/external/qemu/proxy/ |
D | proxy_int.h | 113 int keep_alive,
|
D | proxy_common.c | 309 int keep_alive, in proxy_connection_free() argument 320 if (keep_alive) in proxy_connection_free()
|
/external/chromium/base/files/ |
D | file_path_watcher_win.cc | 132 scoped_refptr<FilePathWatcherImpl> keep_alive(this); in OnObjectSignaled() local
|
/external/chromium/net/socket/ |
D | transport_client_socket_pool_unittest.cc | 378 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection() argument 379 return test_base_.ReleaseOneConnection(keep_alive); in ReleaseOneConnection() 382 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections() argument 383 test_base_.ReleaseAllConnections(keep_alive); in ReleaseAllConnections()
|
D | socket_test_util.cc | 1167 bool ClientSocketPoolTest::ReleaseOneConnection(KeepAlive keep_alive) { in ReleaseOneConnection() argument 1171 if (keep_alive == NO_KEEP_ALIVE) in ReleaseOneConnection() 1181 void ClientSocketPoolTest::ReleaseAllConnections(KeepAlive keep_alive) { in ReleaseAllConnections() argument 1184 released_one = ReleaseOneConnection(keep_alive); in ReleaseAllConnections()
|
D | socket_test_util.h | 802 bool ReleaseOneConnection(KeepAlive keep_alive); 805 void ReleaseAllConnections(KeepAlive keep_alive);
|
D | client_socket_pool_base_unittest.cc | 578 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection() argument 579 return test_base_.ReleaseOneConnection(keep_alive); in ReleaseOneConnection() 582 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections() argument 583 test_base_.ReleaseAllConnections(keep_alive); in ReleaseAllConnections()
|
/external/chromium/chrome/common/ |
D | service_process_util_mac.mm | 276 NSDictionary *keep_alive = 283 keep_alive, @ LAUNCH_JOBKEY_KEEPALIVE,
|