Searched refs:CacheResult (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/ui/app_list/search/common/ |
D | webservice_cache.h | 35 typedef std::pair<ResultStatus, const base::DictionaryValue*> CacheResult; typedef 58 const CacheResult Get(QueryType type, const std::string& query);
|
D | webservice_cache.cc | 42 const CacheResult WebserviceCache::Get(QueryType type, in Get()
|
/external/valgrind/main/callgrind/ |
D | sim.c | 133 typedef enum { Hit = 0, Miss, MissDirty } CacheResult; typedef 248 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag) in cachesim_setref() 284 CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size) in cachesim_ref() 303 CacheResult res1 = cachesim_setref(c, set1, tag1); in cachesim_ref() 304 CacheResult res2 = cachesim_setref(c, set2, tag2); in cachesim_ref() 354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag) in cachesim_setref_wb() 393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size) in cachesim_ref_wb() 409 CacheResult res1 = cachesim_setref_wb(c, ref, set1, tag); in cachesim_ref_wb() 410 CacheResult res2 = cachesim_setref_wb(c, ref, set2, tag2); in cachesim_ref_wb()
|
/external/chromium_org/net/dns/ |
D | host_resolver_impl.h | 202 void CacheResult(const Key& key,
|
D | host_resolver_impl.cc | 1691 resolver_->CacheResult(key_, entry, ttl); in CompleteRequests() 2128 void HostResolverImpl::CacheResult(const Key& key, in CacheResult() function in net::HostResolverImpl
|
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/ |
D | webstore_provider.cc | 70 const CacheResult result = cache_->Get(WebserviceCache::WEBSTORE, query_); in Start()
|
/external/chromium_org/chrome/browser/ui/app_list/search/people/ |
D | people_provider.cc | 64 const CacheResult result = cache_->Get(WebserviceCache::PEOPLE, query_); in Start()
|
/external/chromium_org/net/http/ |
D | disk_based_cert_cache.cc | 37 enum CacheResult { enum 45 void RecordCacheResult(CacheResult result) { in RecordCacheResult()
|
/external/chromium_org/media/cast/test/ |
D | cast_benchmarks.cc | 496 enum CacheResult { FOUND_TRUE, FOUND_FALSE, NOT_FOUND }; enum 501 CacheResult Lookup(const T& x) { in Lookup()
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 1517 *!net::HostResolverImpl::CacheResult
|