OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERCEPT
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache_entry.h
26
INTERCEPT
= 1 << 5,
49
bool IsIntercept() const { return (types_ &
INTERCEPT
) != 0; }
manifest_parser.cc
61
INTERCEPT
,
172
} else if (line == L"CHROMIUM-
INTERCEPT
:") {
173
mode =
INTERCEPT
;
220
} else if (mode ==
INTERCEPT
) {
227
// the
intercept
type.
appcache_unittest.cc
215
AppCacheEntry(AppCacheEntry::
INTERCEPT
, kInterceptResponseId));
358
// Setup an appcache with an
intercept
namespace that uses pattern matching.
372
AppCacheEntry(AppCacheEntry::
INTERCEPT
, kInterceptResponseId));
545
const GURL kInterceptUrl("http://foo.com/
intercept
.html");
550
"CHROMIUM-
INTERCEPT
:\r"
551
"/
intercept
return /
intercept
.html\r"
574
AppCacheEntry(AppCacheEntry::
INTERCEPT
, 3, 3));
612
cache->GetInterceptEntryUrl(GURL("http://foo.com/
intercept
")));
appcache_storage_impl_unittest.cc
[
all
...]
appcache_update_job.cc
563
// if (entry.IsMaster() && !(entry.IsExplicit() || fallback ||
intercept
))
[
all
...]