Home
last modified time | relevance | path

Searched refs:CountInitResult (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_histograms.h23 static void CountInitResult(InitResultType init_result);
Dappcache_histograms.cc17 void AppCacheHistograms::CountInitResult(InitResultType init_result) { in CountInitResult() function in appcache::AppCacheHistograms
Dappcache_database.cc1023 AppCacheHistograms::CountInitResult( in LazyOpen()
1037 AppCacheHistograms::CountInitResult(AppCacheHistograms::INIT_OK); in LazyOpen()
Dappcache_storage_impl.cc1820 AppCacheHistograms::CountInitResult(AppCacheHistograms::DISK_CACHE_ERROR); in OnDiskCacheInitialized()