Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/appcache/
Dappcache_manifest_parser.cc63 ONLINE_WHITELIST, enumerator
175 mode = ONLINE_WHITELIST; in ParseManifest()
182 } else if (line == L"*" && mode == ONLINE_WHITELIST) { in ParseManifest()
185 } else if (mode == EXPLICIT || mode == ONLINE_WHITELIST) { in ParseManifest()