Searched defs:cache_key (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_external_data_store.cc29 CloudExternalDataStore::CloudExternalDataStore(const std::string& cache_key, argument
31 : cache_key_(cache_key),
/external/chromium/chrome/browser/net/
H A Dview_http_cache_job_factory.cc129 std::string cache_key = local
133 if (cache_key.empty()) {
138 rv = cache_helper_.GetEntryInfoHTML(cache_key, request.context(),
/external/chromium_org/chrome/browser/nacl_host/
H A Dpnacl_host.h122 std::string cache_key; member in class:PnaclHost::PendingTranslation
H A Dpnacl_host.cc194 std::string cache_key(disk_cache_->GetKey(cache_info));
195 if (cache_key.empty()) {
205 pt.cache_key = cache_key;
208 SendCacheQueryAndTempFileRequest(cache_key, id);
214 void PnaclHost::SendCacheQueryAndTempFileRequest(const std::string& cache_key, argument
217 cache_key,
270 std::string key(entry->second.cache_key);
299 if (it->second.cache_key == entry->second.cache_key
[all...]
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.cc136 std::string cache_key = local
140 if (cache_key.empty()) {
145 rv = cache_helper_.GetEntryInfoHTML(cache_key, request.context(),
/external/chromium_org/net/dns/
H A Dmdns_cache.cc93 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/
H A Dssl_client_socket_openssl.cc233 const std::string cache_key = GetCacheKey(host_and_port, shard); local
236 host_port_map_.insert(std::make_pair(cache_key, session));
243 << cache_key << ", new entry = " << res.second;
244 DCHECK(host_port_map_[cache_key] == session);
272 const std::string cache_key = GetCacheKey(host_and_port, shard); local
273 HostPortMap::iterator it = host_port_map_.find(cache_key);
276 DVLOG(2) << "Lookup session: " << it->second << " => " << cache_key;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp85 } 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/
H A Dnative_android.cpp85 } 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;

Completed in 240 milliseconds