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

/external/chromium/chrome/common/extensions/
H A Dfile_browser_handler.cc16 void FileBrowserHandler::AddPattern(const URLPattern& pattern) { function in class:FileBrowserHandler
H A Dextension_extent.cc29 void ExtensionExtent::AddPattern(const URLPattern& pattern) { function in class:ExtensionExtent
H A Dextension_unittest.cc51 static void AddPattern(ExtensionExtent* extent, const std::string& pattern) { function in namespace:__anon2266
53 extent->AddPattern(URLPattern(schemes, pattern));
985 AddPattern(&granted_hosts, kTests[i].granted_hosts[j]);
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs_unittest.cc41 static void AddPattern(ExtensionExtent* extent, const std::string& pattern) { function
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(
[all...]
H A Dextension_service_unittest.cc111 static void AddPattern(ExtensionExtent* extent, const std::string& pattern) { function in namespace:__anon1583
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(
[all...]
/external/valgrind/unittest/
H A Dbigtest.cc117 void AddPattern(void (*register_func)(), void (*paramapply_func)()) { function in class:GoalStats
212 goals.AddPattern(paramreg, paramapply);
699 goals.AddPattern(N_THREADS_hack::Registerer, N_THREADS_hack::Applier);

Completed in 32 milliseconds