Home | History | Annotate | Download | only in extensions

Lines Matching defs:AddPattern

41 static void AddPattern(ExtensionExtent* extent, const std::string& pattern) {
43 extent->AddPattern(URLPattern(schemes, pattern));
214 AddPattern(&host_perm_set1_, "http://*.google.com/*");
215 AddPattern(&host_perm_set1_, "http://example.com/*");
216 AddPattern(&host_perm_set1_, "chrome://favicon/*");
218 AddPattern(&host_perm_set2_, "https://*.google.com/*");
220 AddPattern(&host_perm_set2_, "http://*.google.com/*");
226 AddPattern(&host_permissions_, "http://*.google.com/*");
227 AddPattern(&host_permissions_, "http://example.com/*");
228 AddPattern(&host_permissions_, "chrome://favicon/*");
229 AddPattern(&host_permissions_, "https://*.google.com/*");