Home
last modified time | relevance | path

Searched refs:memory_cache (Results 1 – 22 of 22) sorted by relevance

/external/chromium/net/tools/flip_server/
Dflip_config.cc24 void *memory_cache) in FlipAcceptor() argument
38 memory_cache_(memory_cache), in FlipAcceptor()
119 void *memory_cache) { in AddAcceptor() argument
136 memory_cache)); in AddAcceptor()
Dsm_connection.h51 MemoryCache* memory_cache,
62 MemoryCache* memory_cache() { return memory_cache_; } in memory_cache() function
125 MemoryCache* memory_cache,
Dflip_config.h42 void *memory_cache);
85 void *memory_cache);
Dacceptor_thread.cc24 MemoryCache* memory_cache) in SMAcceptorThread() argument
31 memory_cache_(memory_cache) { in SMAcceptorThread()
Dsm_connection.cc28 MemoryCache* memory_cache, in SMConnection() argument
41 memory_cache_(memory_cache), in SMConnection()
654 MemoryCache* memory_cache, in NewSMConnection() argument
657 return new SMConnection(epoll_server, ssl_state, memory_cache, in NewSMConnection()
Dacceptor_thread.h48 SMAcceptorThread(FlipAcceptor *acceptor, MemoryCache* memory_cache);
Dhttp_interface.cc18 MemoryCache* memory_cache, in HttpSM() argument
28 memory_cache_(connection->memory_cache()), in HttpSM()
Dspdy_interface.h32 MemoryCache* memory_cache,
Dhttp_interface.h30 MemoryCache* memory_cache,
Dspdy_interface.cc65 MemoryCache* memory_cache, in SpdySM() argument
76 memory_cache_(memory_cache), in SpdySM()
/external/chromium_org/net/tools/flip_server/
Dflip_config.cc26 void* memory_cache) in FlipAcceptor() argument
40 memory_cache_(memory_cache), in FlipAcceptor()
118 void* memory_cache) { in AddAcceptor() argument
135 memory_cache)); in AddAcceptor()
Dsm_connection.h50 MemoryCache* memory_cache,
61 MemoryCache* memory_cache() { return memory_cache_; } in memory_cache() function
125 MemoryCache* memory_cache,
Dflip_config.h41 void* memory_cache);
84 void* memory_cache);
Dacceptor_thread.cc24 MemoryCache* memory_cache) in SMAcceptorThread() argument
31 memory_cache_(memory_cache) { in SMAcceptorThread()
Dsm_connection.cc35 MemoryCache* memory_cache, in SMConnection() argument
48 memory_cache_(memory_cache), in SMConnection()
657 MemoryCache* memory_cache, in NewSMConnection() argument
661 epoll_server, ssl_state, memory_cache, acceptor, log_prefix); in NewSMConnection()
Dacceptor_thread.h49 SMAcceptorThread(FlipAcceptor* acceptor, MemoryCache* memory_cache);
Dhttp_interface.cc17 MemoryCache* memory_cache, in HttpSM() argument
26 memory_cache_(connection->memory_cache()), in HttpSM()
Dspdy_interface_test.cc76 MemoryCache* memory_cache, in FakeSMConnection() argument
81 memory_cache, in FakeSMConnection()
105 MemoryCache* memory_cache, in TestSpdySM() argument
111 memory_cache, in TestSpdySM()
Dhttp_interface.h29 MemoryCache* memory_cache,
Dhttp_interface_test.cc33 MemoryCache* memory_cache, in MockSMConnection() argument
38 memory_cache, in MockSMConnection()
Dspdy_interface.h31 MemoryCache* memory_cache,
Dspdy_interface.cc38 MemoryCache* memory_cache, in SpdySM() argument
49 memory_cache_(memory_cache), in SpdySM()