Home | History | Annotate | Download | only in extensions

Lines Matching defs:AddPattern

111 static void AddPattern(ExtensionExtent* extent, const std::string& pattern) {
113 extent->AddPattern(URLPattern(schemes, pattern));
1313 AddPattern(&expected_host_perms, "http://*.google.com/*");
1314 AddPattern(&expected_host_perms, "https://*.google.com/*");
1315 AddPattern(&expected_host_perms, "http://*.google.com.hk/*");
1316 AddPattern(&expected_host_perms, "http://www.example.com/*");
1388 AddPattern(&expected_host_permissions, "http://*.google.com/*");
1389 AddPattern(&expected_host_permissions, "https://*.google.com/*");
1390 AddPattern(&expected_host_permissions, "http://*.google.com.hk/*");
1391 AddPattern(&expected_host_permissions, "http://www.example.com/*");