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.h18 enum InitResultType { enum
22 static void CountInitResult(InitResultType init_result);
Dappcache_histograms.cc11 void AppCacheHistograms::CountInitResult(InitResultType init_result) { in CountInitResult()