HomeSort by relevance Sort by last modified time
    Searched defs:WebserviceCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.cc 25 void WebserviceCache::CacheDeletor::operator()(Payload& payload) {
29 WebserviceCache::WebserviceCache(content::BrowserContext* context)
36 data_store_->Load(base::Bind(&WebserviceCache::OnCacheLoaded, AsWeakPtr()));
39 WebserviceCache::~WebserviceCache() {
42 const CacheResult WebserviceCache::Get(QueryType type,
57 void WebserviceCache::Put(QueryType type,
78 void WebserviceCache::OnCacheLoaded(scoped_ptr<base::DictionaryValue>) {
107 bool WebserviceCache::PayloadFromDict(const base::DictionaryValue* dict
    [all...]
webservice_cache.h 37 // WebserviceCache manages a cache of search results which should be valid
41 class WebserviceCache : public BrowserContextKeyedService,
42 public base::SupportsWeakPtr<WebserviceCache> {
49 explicit WebserviceCache(content::BrowserContext* context);
50 virtual ~WebserviceCache();
108 DISALLOW_COPY_AND_ASSIGN(WebserviceCache);

Completed in 44 milliseconds