Home
last modified time | relevance | path

Searched refs:CheckResponseResultType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_histograms.h28 enum CheckResponseResultType { enum
33 static void CountCheckResponseResult(CheckResponseResultType result);
Dappcache_histograms.cc50 CheckResponseResultType result) { in CountCheckResponseResult()
Dappcache_service_impl.cc420 AppCacheHistograms::CheckResponseResultType check_result; in OnReadDataComplete()