Home
last modified time | relevance | path

Searched refs:memory_cache_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium/net/tools/flip_server/
Dsm_connection.h62 MemoryCache* memory_cache() { return memory_cache_; } in memory_cache()
140 MemoryCache* memory_cache_; variable
Dacceptor_thread.cc31 memory_cache_(memory_cache) { in SMAcceptorThread()
62 memory_cache_, acceptor_, in NewConnection()
Dspdy_interface.cc76 memory_cache_(memory_cache), in SpdySM()
104 memory_cache_, in NewConnectionInterface()
115 memory_cache_, in NewConnectionInterface()
366 if (!memory_cache_->AssignFileData(filename, &mci)) { in NewStream()
Dacceptor_thread.h89 MemoryCache* memory_cache_; variable
Dsm_connection.cc41 memory_cache_(memory_cache), in SMConnection()
355 memory_cache_, in SetupProtocolInterfaces()
389 memory_cache_, in SetupProtocolInterfaces()
Dflip_config.h59 void* memory_cache_; variable
Dflip_config.cc38 memory_cache_(memory_cache), in FlipAcceptor()
Dhttp_interface.cc28 memory_cache_(connection->memory_cache()), in HttpSM()
205 if (!memory_cache_->AssignFileData(filename, &mci)) { in NewStream()
Dhttp_interface.h128 MemoryCache* memory_cache_; variable
Dspdy_interface.h133 MemoryCache* memory_cache_; variable
Dflip_in_mem_edsm_server.cc376 (net::MemoryCache *)acceptor->memory_cache_)); in main()