HomeSort by relevance Sort by last modified time
    Searched refs:OnCreateBackendComplete (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.h 94 void OnCreateBackendComplete(int rv);
pnacl_translation_cache.cc 346 base::Bind(&PnaclTranslationCache::OnCreateBackendComplete, AsWeakPtr()));
353 void PnaclTranslationCache::OnCreateBackendComplete(int rv) {
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 34 appcache_diskcache_->OnCreateBackendComplete(rv);
160 OnCreateBackendComplete(net::ERR_ABORTED);
189 OnCreateBackendComplete(net::ERR_ABORTED);
286 OnCreateBackendComplete(rv);
290 void AppCacheDiskCache::OnCreateBackendComplete(int rv) {
appcache_disk_cache.h 86 void OnCreateBackendComplete(int rv);

Completed in 161 milliseconds