HomeSort by relevance Sort by last modified time
    Searched refs:keep_alive (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/media/audio/
audio_output_dispatcher_impl.cc 159 void AudioOutputDispatcherImpl::CloseIdleStreams(size_t keep_alive) {
161 if (idle_streams_.size() <= keep_alive)
163 for (size_t i = keep_alive; i < idle_streams_.size(); ++i) {
172 idle_streams_.erase(idle_streams_.begin() + keep_alive, idle_streams_.end());
audio_output_dispatcher_impl.h 75 // Similar to CloseAllIdleStreams(), but keeps |keep_alive| streams alive.
76 void CloseIdleStreams(size_t keep_alive);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_views.cc 36 ScopedKeepAlive keep_alive; local
  /external/chromium_org/ppapi/shared_impl/
resource.cc 62 scoped_refptr<Resource> keep_alive(this);
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.h 28 explicit ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive);
chrome_app_delegate.cc 152 ChromeAppDelegate::ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive)
153 : keep_alive_(keep_alive.Pass()),
  /external/qemu/proxy/
proxy_int.h 109 * 'keep_alive' flag is set to TRUE.
113 int keep_alive,
proxy_common.c 309 int keep_alive,
320 if (keep_alive)
  /external/chromium_org/net/http/
http_proxy_client_socket.cc 264 bool keep_alive = false;
272 keep_alive = true;
277 return DidDrainBodyForAuthRestart(keep_alive);
280 int HttpProxyClientSocket::DidDrainBodyForAuthRestart(bool keep_alive) {
281 if (keep_alive && transport_->socket()->IsConnectedAndIdle()) {
http_proxy_client_socket.h 114 int DidDrainBodyForAuthRestart(bool keep_alive);
http_network_transaction.cc 281 bool keep_alive = false; local
294 keep_alive = true;
299 DidDrainBodyForAuthRestart(keep_alive);
302 void HttpNetworkTransaction::DidDrainBodyForAuthRestart(bool keep_alive) {
308 if (keep_alive && stream_->IsConnectionReusable()) {
318 // keep_alive case, we've determined that the stream_ is not
1087 bool keep_alive = false; local
1140 bool done = false, keep_alive = true; local
    [all...]
http_network_transaction.h 228 // Resets |connection_| unless |keep_alive| is true, then calls
230 void DidDrainBodyForAuthRestart(bool keep_alive);
http_response_headers.cc 1183 bool keep_alive; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 131 FT_Bool keep_alive; member in struct:FT_MemTableRec_
641 if ( table->keep_alive )
724 if ( !table->keep_alive )
811 if ( !table->keep_alive )
867 FT_Long keep_alive = ft_atol( p ); local
870 if ( keep_alive > 0 )
871 table->keep_alive = 1;
  /external/freetype/src/base/
ftdbgmem.c 131 FT_Bool keep_alive; member in struct:FT_MemTableRec_
641 if ( table->keep_alive )
724 if ( !table->keep_alive )
811 if ( !table->keep_alive )
867 FT_Long keep_alive = ft_atol( p ); local
870 if ( keep_alive > 0 )
871 table->keep_alive = 1;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftdbgmem.c 131 FT_Bool keep_alive; member in struct:FT_MemTableRec_
641 if ( table->keep_alive )
724 if ( !table->keep_alive )
811 if ( !table->keep_alive )
867 FT_Long keep_alive = ft_atol( p ); local
870 if ( keep_alive > 0 )
871 table->keep_alive = 1;
  /external/chromium_org/third_party/webrtc/base/
httpserver.cc 154 bool keep_alive = HttpShouldKeepAlive(current_->request); local
156 keep_alive ? "Keep-Alive" : "Close",
  /external/chromium_org/base/files/
file_path_watcher_win.cc 151 scoped_refptr<FilePathWatcherImpl> keep_alive(this);
  /external/chromium_org/third_party/cython/src/
setup.py 158 keep_alive = self.dead_modules.append
160 keep_alive(sys.modules[module])
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport.cc 47 StunBindingRequest(UDPPort* port, bool keep_alive,
49 : port_(port), keep_alive_(keep_alive), server_addr_(addr) {
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 171 scoped_refptr<CloudPrintURLFetcher> keep_alive(this);
  /external/chromium_org/net/socket/
websocket_transport_client_socket_pool_unittest.cc 91 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) {
92 return test_base_.ReleaseOneConnection(keep_alive);
95 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) {
96 test_base_.ReleaseAllConnections(keep_alive);
207 ReleaseAllConnections(ClientSocketPoolTest::KEEP_ALIVE);
359 ReleaseAllConnections(ClientSocketPoolTest::KEEP_ALIVE);
    [all...]
transport_client_socket_pool_unittest.cc 84 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) {
85 return test_base_.ReleaseOneConnection(keep_alive);
88 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) {
89 test_base_.ReleaseAllConnections(keep_alive);
266 ReleaseAllConnections(ClientSocketPoolTest::KEEP_ALIVE);
429 ReleaseAllConnections(ClientSocketPoolTest::KEEP_ALIVE);
    [all...]
socket_test_util.cc     [all...]
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 220 base::AutoReset<scoped_refptr<NPChannelBase> > keep_alive(

Completed in 691 milliseconds

1 2