HomeSort by relevance Sort by last modified time
    Searched refs:memory_cache (Results 1 - 11 of 11) 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),
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 163 mItemCache = buildItem(R.string.memory_media_cache_usage, R.color.memory_cache);

Completed in 1224 milliseconds