HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 251 - 275 of 706) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/cookies/
canonical_cookie.cc 65 // Determine the cookie domain to use for setting the specified cookie.
71 domain_string = pc.Domain();
114 const std::string& domain, const std::string& path,
121 domain_(domain),
144 // Do the best we can with the domain.
148 domain_string = pc.Domain();
252 const std::string& domain,
268 std::string parsed_domain = ParsedCookie::ParseValueString(domain);
269 if (parsed_domain != domain)
336 // Can domain match in two ways; as a domain cookie (where the cooki
    [all...]
canonical_cookie.h 33 const std::string& domain,
65 const std::string& domain,
76 const std::string& Domain() const { return 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
103 return (name_ == ecc.Name() && domain_ == ecc.Domain()
115 // Returns true if the cookie domain matches the given |host| as described in
  /external/chromium_org/third_party/skia/include/gpu/
GrTypes.h 501 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
502 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
503 * Users of the cache must obtain a domain via GenerateDomain().
507 typedef uint8_t Domain;
523 * Initialize the cache ID to a domain and key.
525 GrCacheID(Domain domain, const Key& key) {
526 SkASSERT(kInvalid_Domain != domain);
527 this->reset(domain, key);
530 void reset(Domain domain, const Key& key)
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 107 const char *const domain
115 const char *d = domain;
118 if (len < 6 || !domain || !domain[0]) return kDNSServiceErr_BadParam;
150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; }
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.c 25 rect->domain = mt->base.domain;
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
148 struct nouveau_bo *dst, unsigned offset, unsigned domain,
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
303 tx->rect[1].domain = NOUVEAU_BO_GART;
385 struct nouveau_bo *bo, unsigned domain,
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 25 rect->domain = mt->base.domain;
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
148 struct nouveau_bo *dst, unsigned offset, unsigned domain,
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
303 tx->rect[1].domain = NOUVEAU_BO_GART;
385 struct nouveau_bo *bo, unsigned domain,
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditRules.js 61 var domain = parsedURL.host;
62 var domainResources = domainToResourcesMap[domain];
65 domainToResourcesMap[domain] = domainResources;
169 for (var domain in domainToResourcesMap) {
170 var domainResources = domainToResourcesMap[domain];
175 summary.addChild(WebInspector.UIString("%d %s resources served from %s.", domainResources.length, this._resourceTypeName, WebInspector.AuditRuleResult.resourceDomain(domain)));
183 summary.value = WebInspector.UIString("There are multiple resources served from same domain. Consider combining them into as few files as possible.");
235 for (var domain in domainToResourcesMap) {
236 if (domainToResourcesMap[domain].length > 1)
238 var parsedURL = domain.asParsedURL()
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
math_shifter.js 151 cvox.TraverseMath.getInstance().domain,
161 * The active domain of the MathShifter.
163 * @return {string} The name of the current Math Domain.
166 return cvox.TraverseMath.getInstance().domain;
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.cc 312 // 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;
  /build/target/board/generic_x86/
BoardConfig.mk 51 domain.te \
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 70 const base::string16& domain,
73 domain_(domain),
  /external/chromium_org/chrome/browser/chromeos/policy/
login_profile_policy_provider.cc 127 PolicyDomain domain) {
128 if (domain == POLICY_DOMAIN_CHROME)
  /external/chromium_org/chrome/browser/extensions/
webstore_installer_test.cc 91 const std::string& domain,
99 replace_host.SetHostStr(domain);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.cc 114 void TermsOfServiceScreenHandler::SetDomain(const std::string& domain) {
115 domain_ = domain;
174 // Updates the domain name shown in the UI.
  /external/chromium_org/components/domain_reliability/
config.cc 107 if (valid_until == 0.0 || domain.empty() ||
151 &DomainReliabilityConfig::domain);
  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 76 // 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::__anon11368
617 const PolicyDomain domain = k3rdPartyDomains[i].domain; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomlookuptask_unittest.cc 60 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.com'>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_screen_buffer.c 159 rbuf->domain = RADEON_DOMAIN_GTT;
174 rbuf->b.b.bind, rbuf->domain);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_winsys.h 141 * \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/
text_elider.cc 41 // 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 so that it only takes half of the available width
    [all...]
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 291 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain)
306 return super.toClass(ct, getClassLoader0(), domain);
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 420 attribute domain;
432 type user_t, domain;
436 type sysadm_t, domain, system;
440 type system_t, domain, system, foo;
base-notmetreq.conf 415 attribute domain;
427 type user_t, domain;
431 type sysadm_t, domain, system;
435 type system_t, domain, system, foo;
small-base.conf 420 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/
r300_screen_buffer.c 159 rbuf->domain = RADEON_DOMAIN_GTT;
174 rbuf->b.b.bind, rbuf->domain);

Completed in 1265 milliseconds

<<11121314151617181920>>