Home
last modified time | relevance | path

Searched defs:keep_alive (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/mojo/shell/
Drun.cc16 KeepAlive keep_alive(context); in Run() local
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_views.cc37 ScopedKeepAlive keep_alive; in ShowForProfile() local
/external/chromium_org/ppapi/shared_impl/
Dresource.cc62 scoped_refptr<Resource> keep_alive(this); in NotifyInstanceWasDeleted() local
/external/chromium_org/net/http/
Dhttp_proxy_client_socket.cc260 bool keep_alive = false; in PrepareForAuthRestart() local
276 int HttpProxyClientSocket::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart()
Dhttp_network_transaction.cc283 bool keep_alive = false; in PrepareForAuthRestart() local
304 void HttpNetworkTransaction::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart()
1080 bool keep_alive = false; in DoReadBodyComplete() local
1133 bool done = false, keep_alive = true; in DoDrainBodyForAuthRestartComplete() local
Dhttp_response_headers.cc1174 bool keep_alive; in IsKeepAlive() local
/external/chromium_org/media/audio/
Daudio_output_dispatcher_impl.cc159 void AudioOutputDispatcherImpl::CloseIdleStreams(size_t keep_alive) { in CloseIdleStreams()
/external/chromium_org/base/files/
Dfile_path_watcher_win.cc151 scoped_refptr<FilePathWatcherImpl> keep_alive(this); in OnObjectSignaled() local
/external/chromium_org/third_party/libjingle/source/talk/base/
Dhttpserver.cc171 bool keep_alive = HttpShouldKeepAlive(current_->request); in Respond() local
/external/chromium_org/third_party/webrtc/base/
Dhttpserver.cc154 bool keep_alive = HttpShouldKeepAlive(current_->request); in Respond() local
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_url_fetcher.cc171 scoped_refptr<CloudPrintURLFetcher> keep_alive(this); in OnURLFetchComplete() local
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstunport.cc47 StunBindingRequest(UDPPort* port, bool keep_alive, in StunBindingRequest()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftdbgmem.c131 FT_Bool keep_alive; member
867 FT_Long keep_alive = ft_atol( p ); in ft_mem_debug_init() local
/external/chromium_org/third_party/freetype/src/base/
Dftdbgmem.c131 FT_Bool keep_alive; member
867 FT_Long keep_alive = ft_atol( p ); in ft_mem_debug_init() local
/external/freetype/src/base/
Dftdbgmem.c131 FT_Bool keep_alive; member
867 FT_Long keep_alive = ft_atol( p ); in ft_mem_debug_init() local
/external/chromium_org/content/child/npapi/
Dnp_channel_base.cc220 base::AutoReset<scoped_refptr<NPChannelBase> > keep_alive( in OnMessageReceived() local
/external/qemu/proxy/
Dproxy_common.c309 int keep_alive, in proxy_connection_free()
/external/chromium_org/net/socket/
Dtransport_client_socket_pool_unittest.cc481 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection()
485 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections()
Dsocket_test_util.cc1670 bool ClientSocketPoolTest::ReleaseOneConnection(KeepAlive keep_alive) { in ReleaseOneConnection()
1684 void ClientSocketPoolTest::ReleaseAllConnections(KeepAlive keep_alive) { in ReleaseAllConnections()
Dclient_socket_pool_base_unittest.cc742 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection()
746 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprio.h263 PRBool keep_alive; /* Keep connections alive */ member