Searched refs:CacheResult (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.h35 typedef std::pair<ResultStatus, const base::DictionaryValue*> CacheResult; typedef in namespace:app_list
53 // valid. Otherwise an CacheResult object with the result field set to NULL.
58 const CacheResult Get(QueryType type, const std::string& query);
H A Dwebservice_cache.cc42 const CacheResult WebserviceCache::Get(QueryType type,
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider.cc64 const CacheResult result = cache_->Get(WebserviceCache::PEOPLE, query_);
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_provider.cc70 const CacheResult result = cache_->Get(WebserviceCache::WEBSTORE, query_);
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.h202 void CacheResult(const Key& key,
H A Dhost_resolver_impl.cc1691 resolver_->CacheResult(key_, entry, ttl);
2128 void HostResolverImpl::CacheResult(const Key& key, function in class:net::HostResolverImpl
/external/chromium_org/net/http/
H A Ddisk_based_cert_cache.cc37 enum CacheResult { enum in namespace:net::__anon9247
45 void RecordCacheResult(CacheResult result) {
/external/valgrind/main/callgrind/
H A Dsim.c133 typedef enum { Hit = 0, Miss, MissDirty } CacheResult; typedef in typeref:enum:__anon32389
248 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
284 CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size)
303 CacheResult res1 = cachesim_setref(c, set1, tag1);
304 CacheResult res2 = cachesim_setref(c, set2, tag2);
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
409 CacheResult res1 = cachesim_setref_wb(c, ref, set1, tag);
410 CacheResult res2 = cachesim_setref_wb(c, ref, set2, tag2);
/external/chromium_org/media/cast/test/
H A Dcast_benchmarks.cc496 enum CacheResult { FOUND_TRUE, FOUND_FALSE, NOT_FOUND }; enum in namespace:media::cast
501 CacheResult Lookup(const T& x) {
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 911 milliseconds