HomeSort by relevance Sort by last modified time
    Searched refs:memory_cache (Results 1 - 23 of 23) sorted by null

  /external/chromium/net/tools/flip_server/
flip_config.cc 24 void *memory_cache)
38 memory_cache_(memory_cache),
119 void *memory_cache) {
136 memory_cache));
sm_connection.h 51 MemoryCache* memory_cache,
62 MemoryCache* memory_cache() { return memory_cache_; } function in class:net::SMConnection
125 MemoryCache* memory_cache,
flip_config.h 42 void *memory_cache);
85 void *memory_cache);
acceptor_thread.h 48 SMAcceptorThread(FlipAcceptor *acceptor, MemoryCache* memory_cache);
acceptor_thread.cc 24 MemoryCache* memory_cache)
31 memory_cache_(memory_cache) {
sm_connection.cc 28 MemoryCache* memory_cache,
41 memory_cache_(memory_cache),
654 MemoryCache* memory_cache,
657 return new SMConnection(epoll_server, ssl_state, memory_cache,
http_interface.h 30 MemoryCache* memory_cache,
spdy_interface.h 32 MemoryCache* memory_cache,
http_interface.cc 18 MemoryCache* memory_cache,
28 memory_cache_(connection->memory_cache()),
spdy_interface.cc 65 MemoryCache* memory_cache,
76 memory_cache_(memory_cache),
  /external/chromium_org/net/tools/flip_server/
flip_config.cc 26 void* memory_cache)
40 memory_cache_(memory_cache),
118 void* memory_cache) {
135 memory_cache));
sm_connection.h 50 MemoryCache* memory_cache,
61 MemoryCache* memory_cache() { return memory_cache_; } function in class:net::SMConnection
125 MemoryCache* memory_cache,
flip_config.h 41 void* memory_cache);
84 void* memory_cache);
acceptor_thread.h 49 SMAcceptorThread(FlipAcceptor* acceptor, MemoryCache* memory_cache);
acceptor_thread.cc 24 MemoryCache* memory_cache)
31 memory_cache_(memory_cache) {
sm_connection.cc 35 MemoryCache* memory_cache,
48 memory_cache_(memory_cache),
657 MemoryCache* memory_cache,
661 epoll_server, ssl_state, memory_cache, acceptor, log_prefix);
http_interface.h 29 MemoryCache* memory_cache,
http_interface.cc 17 MemoryCache* memory_cache,
26 memory_cache_(connection->memory_cache()),
spdy_interface.h 31 MemoryCache* memory_cache,
spdy_interface_test.cc 76 MemoryCache* memory_cache,
81 memory_cache,
105 MemoryCache* memory_cache,
111 memory_cache,
http_interface_test.cc 33 MemoryCache* memory_cache,
38 memory_cache,
spdy_interface.cc 38 MemoryCache* memory_cache,
49 memory_cache_(memory_cache),
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 166 mItemCache = buildItem(R.string.memory_media_cache_usage, R.color.memory_cache);

Completed in 86 milliseconds