Home
last modified time | relevance | path

Searched refs:HOSTS_IN_DOMAINS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
Dsocket_permission_entry.h23 HOSTS_IN_DOMAINS, enumerator
Dsocket_permission.cc57 if (i->entry().GetHostType() == SocketPermissionEntry::HOSTS_IN_DOMAINS) in AddSubdomainHostMessage()
Dsocket_permission_entry.cc118 match_subdomains_ ? SocketPermissionEntry::HOSTS_IN_DOMAINS : in GetHostType()
/external/chromium_org/chrome/common/extensions/api/sockets/
Dsockets_manifest_permission.cc326 if (it->GetHostType() == SocketPermissionEntry::HOSTS_IN_DOMAINS) in AddSubdomainHostMessage()