/device/generic/x86/ |
BoardConfig.mk | 44 domain.te \
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
platform_verification_dialog.h | 37 const base::string16& domain,
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account.cc | 67 const std::string domain = gaia::ExtractDomainName(user_id); local 68 if (!EndsWith(domain, kDeviceLocalAccountDomainSuffix, true)) 71 const std::string domain_prefix = domain.substr( 72 0, domain.size() - arraysize(kDeviceLocalAccountDomainSuffix) + 1);
|
device_local_account_policy_provider.h | 47 virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
|
network_configuration_updater.h | 44 virtual void OnPolicyServiceInitialized(PolicyDomain domain) OVERRIDE;
|
network_configuration_updater.cc | 28 PolicyDomain domain) { 29 if (domain != POLICY_DOMAIN_CHROME)
|
/external/chromium_org/chrome/browser/extensions/ |
webstore_installer_test.h | 32 GURL GenerateTestServerUrl(const std::string& domain,
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_client_utility.h | 35 const std::string& domain,
|
test_service_discovery_client.h | 29 const std::string& domain,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
terms_of_service_screen_handler.h | 36 virtual void SetDomain(const std::string& domain) OVERRIDE; 54 // Update the domain name shown in the UI. 77 // The domain name whose Terms of Service are being shown.
|
/external/chromium_org/components/policy/core/browser/ |
configuration_policy_pref_store.h | 52 virtual void OnPolicyServiceInitialized(PolicyDomain domain) OVERRIDE;
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service_stub.cc | 29 bool ComponentCloudPolicyService::SupportsDomain(PolicyDomain domain) {
|
/external/chromium_org/components/policy/core/common/ |
configuration_policy_provider.cc | 39 PolicyDomain domain) const {
|
policy_loader_mac.h | 48 // which belong to the domain |domain_name|, and stores them in the |bundle|. 50 PolicyDomain domain,
|
policy_provider_android.cc | 51 PolicyDomain domain) const {
|
schema_map.h | 24 // Contains a mapping of policy namespaces (domain + component ID) to its 34 const ComponentMap* GetComponents(PolicyDomain domain) const; 42 // Returns true if this map contains at least one component of a domain other
|
/external/chromium_org/net/base/ |
sdch_manager_unittest.cc | 66 static std::string NewSdchDictionary(const std::string& domain) { 68 if (!domain.empty()) { 69 dictionary.append("Domain: "); 70 dictionary.append(domain); 110 GURL gurl("http://mytest.DoMain.com"); 111 std::string domain(gurl.host()); 114 EXPECT_EQ(sdch_manager()->BlackListDomainCount(domain), 0); 115 EXPECT_EQ(sdch_manager()->BlacklistDomainExponential(domain), 0); 120 GURL gurl("http://mytest.DoMain.com"); 121 std::string domain(gurl.host()) [all...] |
/external/chromium_org/net/cookies/ |
cookie_util.h | 27 // Determine the actual cookie domain based on the domain string passed 30 // -host cookie domain (ex: "google.com") 31 // -domain cookie domain (ex: ".google.com") 36 // Returns true if a domain string represents a host-only cookie, 43 // Convenience for converting a cookie origin (domain and https pair) to a URL. 44 NET_EXPORT GURL CookieOriginToURL(const std::string& domain, bool is_https);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_buffer.c | 25 struct nv04_resource *buf, unsigned domain) 32 if (domain == NOUVEAU_BO_VRAM) { 38 if (domain == NOUVEAU_BO_GART) { 44 if (domain != NOUVEAU_BO_GART) { 51 buf->domain = domain; 74 buf->domain = 0; 79 struct nv04_resource *buf, unsigned domain) 83 return nouveau_buffer_allocate(screen, buf, domain); 112 assert(buf->domain == NOUVEAU_BO_VRAM) [all...] |
/external/libxml2/ |
libxml.h | 70 void __xmlIOErr(int domain, int code, const char *extra);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_buffer.c | 25 struct nv04_resource *buf, unsigned domain) 32 if (domain == NOUVEAU_BO_VRAM) { 38 if (domain == NOUVEAU_BO_GART) { 44 if (domain != NOUVEAU_BO_GART) { 51 buf->domain = domain; 74 buf->domain = 0; 79 struct nv04_resource *buf, unsigned domain) 83 return nouveau_buffer_allocate(screen, buf, domain); 112 assert(buf->domain == NOUVEAU_BO_VRAM) [all...] |
/device/asus/grouper/sepolicy/ |
sensors_config.te | 4 type sensors_config, domain;
|
/external/chromium_org/chrome/browser/resources/ |
connection_manager.js | 23 'domain': location.href,
|
/external/chromium_org/chrome/test/perf/ |
mach_ports_performancetest.cc | 75 // Adds a tab from the page cycler data at the specified domain. 76 void AddTab(const std::string& domain) { 77 GURL url = server_.GetURL("files/" + domain + "/").Resolve("?skip");
|
/external/chromium_org/content/browser/ |
storage_partition_impl_map.h | 63 // Each StoragePartition is uniquely identified by which partition domain 79 StoragePartitionConfig(const std::string& domain, 82 : partition_domain(domain),
|