Home
last modified time | relevance | path

Searched refs:InitResultType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_histograms.h19 enum InitResultType { enum
23 static void CountInitResult(InitResultType init_result);
Dappcache_histograms.cc17 void AppCacheHistograms::CountInitResult(InitResultType init_result) { in CountInitResult()