/external/chromium/chrome/browser/net/ |
view_http_cache_job_factory.cc | 129 std::string cache_key = local 133 if (cache_key.empty()) { 138 rv = cache_helper_.GetEntryInfoHTML(cache_key, request.context(),
|
/external/chromium_org/chrome/browser/policy/cloud/ |
component_cloud_policy_browsertest.cc | 297 std::string cache_key; local 298 ASSERT_TRUE(Base64Encode("extension-policy", &cache_key)); 304 .AppendASCII(cache_key)
|
/external/chromium_org/components/nacl/browser/ |
pnacl_host.h | 122 std::string cache_key; member in class:pnacl::PnaclHost::PendingTranslation
|
/external/chromium_org/content/browser/net/ |
view_http_cache_job_factory.cc | 136 std::string cache_key = local 140 if (cache_key.empty()) { 145 rv = cache_helper_.GetEntryInfoHTML(cache_key, request.context(),
|
/external/chromium_org/net/dns/ |
mdns_cache.cc | 93 Key cache_key = Key::CreateFor(record.get()); local 96 if (record->ttl() == 0 && mdns_cache_.find(cache_key) == mdns_cache_.end()) 104 mdns_cache_.insert(std::make_pair(cache_key, (const RecordParsed*)NULL));
|
/external/chromium_org/net/socket/ |
ssl_session_cache_openssl.cc | 198 std::string cache_key = config_.key_func(ssl); local 199 if (cache_key.empty()) 202 return SetSSLSessionWithKey(ssl, cache_key); 207 bool SetSSLSessionWithKey(SSL* ssl, const std::string& cache_key) { 210 DCHECK_EQ(config_.key_func(ssl), cache_key); 217 KeyIndex::iterator it = key_index_.find(cache_key); 224 DVLOG(2) << "Lookup session: " << session << " for " << cache_key; local 379 // Add |session| to the cache in association with |cache_key|. If a session 386 std::string cache_key = config_.key_func(ssl); local 387 KeyIndex::iterator it = key_index_.find(cache_key); 389 DVLOG(2) << "Add session " << session << " for " << cache_key; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 85 } cache_key; member in struct:android_surface 239 memset(&asurf->cache_key, 0, sizeof(asurf->cache_key)); 251 if (asurf->cache_key.width != abuf->width || 252 asurf->cache_key.height != abuf->height || 253 asurf->cache_key.format != abuf->format) 279 asurf->cache_key.width = abuf->width; 280 asurf->cache_key.height = abuf->height; 281 asurf->cache_key.format = abuf->format;
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 85 } cache_key; member in struct:android_surface 239 memset(&asurf->cache_key, 0, sizeof(asurf->cache_key)); 251 if (asurf->cache_key.width != abuf->width || 252 asurf->cache_key.height != abuf->height || 253 asurf->cache_key.format != abuf->format) 279 asurf->cache_key.width = abuf->width; 280 asurf->cache_key.height = abuf->height; 281 asurf->cache_key.format = abuf->format;
|