Searched refs:domain (Results 251 - 275 of 721) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator.cc312 // If no owning_domain_ supplied, try extracting the domain from the policy
315 std::string domain = owning_domain_.empty() ? local
317 if (domain.empty()) {
318 LOG(ERROR) << "Policy does not contain a domain";
321 signed_data.set_domain(domain);
332 std::string domain; local
334 domain = gaia::ExtractDomainName(
338 return domain;
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_dialog.cc70 const base::string16& domain,
73 domain_(domain),
68 PlatformVerificationDialog( content::WebContents* web_contents, const base::string16& domain, const PlatformVerificationFlow::Delegate::ConsentCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_profile_policy_provider.cc127 PolicyDomain domain) {
128 if (domain == POLICY_DOMAIN_CHROME)
126 OnPolicyServiceInitialized( PolicyDomain domain) argument
H A Denterprise_install_attributes.cc161 std::string domain = gaia::ExtractDomainName(user); local
163 (!registration_domain_.empty() && domain == registration_domain_) ?
223 std::string domain = gaia::ExtractDomainName(registration_user); local
229 domain) ||
314 "enterprise.domain";
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer_test.cc91 const std::string& domain,
99 replace_host.SetHostStr(domain);
90 GenerateTestServerUrl( const std::string& domain, const std::string& page_filename) argument
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.js45 // status item with the domain the device is enrolled into.
48 var domain = this.querySelector('.domain');
49 domain.textContent = status.domain;
50 domain.parentElement.hidden = false;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dterms_of_service_screen_handler.cc114 void TermsOfServiceScreenHandler::SetDomain(const std::string& domain) { argument
115 domain_ = domain;
174 // Updates the domain name shown in the UI.
/external/chromium_org/components/domain_reliability/
H A Dconfig.cc107 if (valid_until == 0.0 || domain.empty() ||
151 &DomainReliabilityConfig::domain);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win.cc76 // List of policies that are considered only if the user is part of a AD domain.
336 // Get the computer's domain status.
337 LPWSTR domain; local
339 if (NERR_Success != ::NetGetJoinInformation(NULL, &domain, &join_status)) {
345 ::NetApiBufferFree(domain);
350 // This check will tell us how often are domain computers actually
598 // Map of known 3rd party policy domain name to their enum values.
601 PolicyDomain domain; member in struct:policy::__anon6743
617 const PolicyDomain domain = k3rdPartyDomains[i].domain; local
[all...]
/external/chromium_org/net/cookies/
H A Dcanonical_cookie.h33 const std::string& domain,
65 const std::string& domain,
94 // The RFC says that name must match (case-sensitive), domain must
96 // For the case insensitive domain compare, we rely on the domain
115 // Returns true if the cookie domain matches the given |host| as described in
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dmucroomlookuptask_unittest.cc60 lookup_server_jid("lookup@domain.com"),
61 room_jid("muc-jid-ponies@domain.com"),
63 room_domain("domain.com"),
64 room_full_name("ponies@domain.com"),
101 "<cli:iq type=\"set\" to=\"lookup@domain.com\" id=\"0\" "
105 "<room-domain>domain.com</room-domain>"
115 "<iq xmlns='jabber:client' from='lookup@domain.com' id='0' type='result'>"
117 " <item jid='muc-jid-ponies@domain
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c159 rbuf->domain = RADEON_DOMAIN_GTT;
174 rbuf->b.b.bind, rbuf->domain);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h141 * \param domain A bitmask of the RADEON_DOMAIN_* flags.
148 enum radeon_bo_domain domain);
293 * \param domain Bitmask of the RADEON_DOMAIN_* flags.
299 enum radeon_bo_domain domain);
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc41 // If possible, only the username is elided. Otherwise, the domain is elided
44 // width, the elided domain will occupy that extra width.
51 // Split the email into its local-part (username) and domain-part. The email
53 // but not in the domain part, so splitting at the last @ symbol is safe.
57 base::string16 domain = email.substr(split_index + 1); local
59 DCHECK(!domain.empty());
65 // Check whether eliding the domain is necessary: if eliding the username
66 // is sufficient, the domain will not be elided.
73 if (GetStringWidthF(domain, font_list) > available_domain_width) {
74 // Elide the domain s
[all...]
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPool.java291 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain) argument
306 return super.toClass(ct, getClassLoader0(), domain);
/external/libsepol/tests/policies/test-deps/
H A Dbase-metreq.conf420 attribute domain;
432 type user_t, domain;
436 type sysadm_t, domain, system;
440 type system_t, domain, system, foo;
H A Dbase-notmetreq.conf415 attribute domain;
427 type user_t, domain;
431 type sysadm_t, domain, system;
435 type system_t, domain, system, foo;
H A Dsmall-base.conf420 attribute domain;
431 type user_t, domain;
434 type sysadm_t, domain, system;
437 type system_t, domain, system, foo;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c159 rbuf->domain = RADEON_DOMAIN_GTT;
174 rbuf->b.b.bind, rbuf->domain);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h141 * \param domain A bitmask of the RADEON_DOMAIN_* flags.
148 enum radeon_bo_domain domain);
293 * \param domain Bitmask of the RADEON_DOMAIN_* flags.
299 enum radeon_bo_domain domain);
/external/sepolicy/
H A Dsystem_app.te6 type system_app, domain;
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.h75 // domain becomes the URL host.
110 // Returns true if the given cookie domain string matches the filter's
111 // domain. Any cookie domain which is equal to or is a subdomain of the
112 // filter's domain will be matched; leading '.' characters indicating
113 // host-only domains have no meaning in the match filter domain (for
114 // instance, a match filter domain of 'foo.bar.com' will be treated the same
115 // as '.foo.bar.com', and both will match cookies with domain values of
117 bool MatchesDomain(const std::string& domain);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/
H A Dmath_map.js44 * Array of domain names.
47 this.allDomains = cstrValues.domain;
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js58 * domain: string,
127 this.domain_ = result.domain;
188 var domain = createElementWithClassName('div', 'domain');
225 domain.textContent = this.domain_;
265 visitEntryWrapper.appendChild(domain);
477 * Launch a search for more history entries from the same domain.
762 // Flag to show that the results are grouped by domain or not.
849 * Gets whether we are grouped by domain.
850 * @return {boolean} Whether the results are grouped by domain
[all...]
/external/chromium_org/chrome/common/local_discovery/
H A Dservice_discovery_client.h128 // Create a resolver for local domain, both ipv4 or ipv6.
130 const std::string& domain,

Completed in 779 milliseconds

<<11121314151617181920>>