Searched defs:protecting_extensions (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_special_storage_policy_unittest.cc202 ExtensionSet protecting_extensions; local
203 protecting_extensions.Insert(extension);
208 ExpectProtectedBy(protecting_extensions, GURL("http://explicit/"));
209 ExpectProtectedBy(protecting_extensions, GURL("http://explicit:6000/"));
210 ExpectProtectedBy(protecting_extensions, GURL("http://foo.wildcards/"));
211 ExpectProtectedBy(protecting_extensions, GURL("https://bar.wildcards/"));
223 ExtensionSet protecting_extensions; local
224 protecting_extensions.Insert(extension);
227 ExpectProtectedBy(protecting_extensions, GURL("http://explicit/"));
228 ExpectProtectedBy(protecting_extensions, GUR
283 ExtensionSet protecting_extensions; local
[all...]

Completed in 111 milliseconds