OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
669
if (entry.IsExplicit() || entry.IsFallback() || entry.
IsIntercept
()) {
[
all
...]
/external/chromium_org/content/browser/appcache/
appcache_storage_impl_unittest.cc
[
all
...]
appcache_update_job_unittest.cc
[
all
...]
Completed in 1389 milliseconds