Searched refs:memory_cache_ (Results 1 – 11 of 11) sorted by relevance
/external/chromium/net/tools/flip_server/ |
D | sm_connection.h | 62 MemoryCache* memory_cache() { return memory_cache_; } in memory_cache() 140 MemoryCache* memory_cache_; variable
|
D | acceptor_thread.cc | 31 memory_cache_(memory_cache) { in SMAcceptorThread() 62 memory_cache_, acceptor_, in NewConnection()
|
D | spdy_interface.cc | 76 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()
|
D | acceptor_thread.h | 89 MemoryCache* memory_cache_; variable
|
D | sm_connection.cc | 41 memory_cache_(memory_cache), in SMConnection() 355 memory_cache_, in SetupProtocolInterfaces() 389 memory_cache_, in SetupProtocolInterfaces()
|
D | flip_config.h | 59 void* memory_cache_; variable
|
D | flip_config.cc | 38 memory_cache_(memory_cache), in FlipAcceptor()
|
D | http_interface.cc | 28 memory_cache_(connection->memory_cache()), in HttpSM() 205 if (!memory_cache_->AssignFileData(filename, &mci)) { in NewStream()
|
D | http_interface.h | 128 MemoryCache* memory_cache_; variable
|
D | spdy_interface.h | 133 MemoryCache* memory_cache_; variable
|
D | flip_in_mem_edsm_server.cc | 376 (net::MemoryCache *)acceptor->memory_cache_)); in main()
|