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

  /external/chromium_org/webkit/browser/appcache/
appcache_entry.h 49 bool IsIntercept() const { return (types_ & INTERCEPT) != 0; }
appcache.cc 303 info.is_intercept = iter->second.IsIntercept();
appcache_update_job.cc 569 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept()) {
    [all...]
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job_unittest.cc     [all...]

Completed in 176 milliseconds