Searched refs:new_hosts (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dactive_tab_permission_granter.cc42 URLPatternSet new_hosts; local
51 new_hosts.AddOrigin(UserScript::ValidUserScriptSchemes(),
59 if (!new_apis.empty() || !new_hosts.is_empty()) {
63 new_hosts, URLPatternSet());
72 new_hosts));
/external/chromium_org/extensions/common/
H A Dextensions_client.h63 // permission strings. Adds the regular hosts to |new_hosts|,
67 URLPatternSet* new_hosts,
/external/chromium_org/extensions/shell/common/
H A Dshell_extensions_client.h32 URLPatternSet* new_hosts,
H A Dshell_extensions_client.cc143 URLPatternSet* new_hosts,
141 FilterHostPermissions( const URLPatternSet& hosts, URLPatternSet* new_hosts, std::set<PermissionMessage>* messages) const argument
/external/chromium_org/extensions/test/
H A Dtest_extensions_client.h29 URLPatternSet* new_hosts,
H A Dtest_extensions_client.cc103 URLPatternSet* new_hosts,
101 FilterHostPermissions( const URLPatternSet& hosts, URLPatternSet* new_hosts, std::set<PermissionMessage>* messages) const argument
/external/chromium_org/chrome/common/extensions/
H A Dchrome_extensions_client.h36 URLPatternSet* new_hosts,
H A Dchrome_extensions_client.cc165 URLPatternSet* new_hosts,
180 new_hosts->AddPattern(*i);
163 FilterHostPermissions( const URLPatternSet& hosts, URLPatternSet* new_hosts, std::set<PermissionMessage>* messages) const argument

Completed in 1007 milliseconds