/external/chromium_org/chrome/browser/android/signin/ |
signin_manager_android.cc | 103 base::android::ScopedJavaLocalRef<jstring> domain; 106 domain.obj()); 148 base::android::ScopedJavaLocalRef<jstring> domain; local 156 domain.Reset( 162 return domain; 182 base::android::ScopedJavaLocalRef<jstring> domain; local 185 domain.Reset( 194 domain.obj());
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_helpers.cc | 75 cookie->domain = canonical_cookie.Domain(); 77 canonical_cookie.Domain()); 121 const std::string& domain_key = cookie.Domain(); 136 // Ignore any cookie whose domain doesn't match the extension's 170 if (!MatchesDomain(cookie.Domain())) 185 bool MatchFilter::MatchesDomain(const std::string& domain) { 186 if (!details_->domain.get()) 189 // Add a leading '.' character to the filter domain if it doesn't exist. 190 if (net::cookie_util::DomainIsHostOnly(*details_->domain)) [all...] |
/external/chromium_org/chrome/browser/local_discovery/ |
test_service_discovery_client.cc | 46 const std::string& domain, 50 domain, address_family, callback);
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator_tests.py | 20 self.domain = 'google.com' 35 r = webforms_aggregator.Retriever(self.url1, self.domain, self.cookie_file)
|
/external/chromium_org/net/cert/ |
x509_util.h | 41 // Domain, serial number and validity period are given as 48 const std::string& domain, 58 const std::string& domain,
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
bitops-bits-in-byte.js | 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com)
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
ResourceError.cpp | 66 if (a.domain() != b.domain())
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
SecurityOriginHash.h | 67 if (a->domainWasSetInDOM() && a->domain() != b->domain())
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
mucroomlookuptask.h | 39 std::string domain; member in struct:buzz::MucRoomInfo 43 return name + "@" + domain;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
EmptyContiguousSet.java | 31 EmptyContiguousSet(DiscreteDomain<C> domain) { 32 super(domain);
|
/external/libexif/test/nls/ |
test-nls.c | 67 const char *domain = textdomain(GETTEXT_PACKAGE); local 68 printf("message domain: %s\n", domain);
|
/external/chromium_org/rlz/win/lib/ |
process_info.cc | 23 std::wstring* domain, 27 // Get the current username & domain the hard way. (GetUserNameEx would be 28 // nice, but unfortunately requires connectivity to a domain controller. 73 if (domain != NULL) { 74 *domain = domain_name; 153 static std::wstring domain; local 156 CHECK(SUCCEEDED(GetCurrentUser(&name, &domain, &sid)));
|
/external/chromium_org/net/http/ |
http_security_headers_unittest.cc | 507 std::string domain = "docs.google.com"; local 510 state.GetStaticDomainState(domain, &static_domain_state)); 525 EXPECT_TRUE(state.AddHPKPHeader(domain, header, ssl_info)); 530 domain, &new_static_domain_state)); 538 EXPECT_TRUE(state.GetDynamicDomainState(domain, &dynamic_domain_state)); 553 EXPECT_TRUE(state.HasPublicKeyPins(domain)); 559 domain, is_issued_by_known_root, hashes, &failure_log)); 562 EXPECT_TRUE(state.GetDynamicDomainState(domain, &new_dynamic_domain_state)); 587 std::string domain = "docs.google.com"; local 590 state.GetStaticDomainState(domain, &static_domain_state)) 670 std::string domain = "accounts.google.com"; local [all...] |
http_auth_sspi_win.cc | 52 const base::string16& domain, 61 identity.Domain = 62 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(domain.c_str())); 63 identity.DomainLength = domain.size(); 296 base::string16 domain; local 298 SplitDomainAndUser(credentials->username(), &domain, &user); 299 rv = AcquireExplicitCredentials(library_, security_package_, domain, 393 base::string16* domain, 395 // |combined| may be in the form "user" or "DOMAIN\user". 397 // TODO(cbentzel): I believe user@domain is also a valid form [all...] |
http_auth_handler_ntlm.cc | 54 // The username may be in the form "DOMAIN\user". Parse it into the two 56 base::string16 domain; 64 domain = username.substr(0, backslash_idx); 67 domain_ = domain;
|
/external/chromium_org/net/ssl/ |
channel_id_service.cc | 48 // Synchronously found and returned an existing domain bound cert. 50 // Retrieved or generated and returned a domain bound cert asynchronously. 389 std::string domain = local 392 if (domain.empty()) 394 return domain; 412 std::string domain = GetDomainForHost(host); local 413 if (domain.empty()) { 420 // See if a request for the same domain is currently in flight. 422 if (JoinToInFlightRequest(request_start, domain, private_key, cert, 427 int err = LookupChannelID(request_start, domain, private_key, cert 475 std::string domain = GetDomainForHost(host); local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
math_store.js | 31 cvox.SpeechRule.DynamicCstrAttrib.DOMAIN, 42 /** This adds domain to dynamic constraint annotation. */ 43 cvox.SpeechRule.DynamicCstrAttrib.DOMAIN = 'domain'; 59 // a domain attribute/value pair. 67 * Parses the dynamic constraint for math rules, consisting of a domain and 68 * style information, given as 'domain.style'. 75 throw new cvox.SpeechRule.OutputError('Invalid domain assignment:' + cstr); 82 * Creates a dynamic constraint annotation for math rules from domain and style 84 * @param {string} domain Domain annotation [all...] |
/external/libxml2/ |
error.c | 249 int domain; local 266 domain = err->domain; 289 else if ((line != 0) && (domain == XML_FROM_PARSER)) 296 ((domain == XML_FROM_PARSER) || (domain == XML_FROM_SCHEMASV)|| 297 (domain == XML_FROM_SCHEMASP)||(domain == XML_FROM_DTD) || 298 (domain == XML_FROM_RELAXNGP)||(domain == XML_FROM_RELAXNGV)) [all...] |
/external/chromium_org/components/policy/core/browser/ |
configuration_policy_pref_store.cc | 80 DCHECK_EQ(POLICY_DOMAIN_CHROME, ns.domain); 86 PolicyDomain domain) { 87 if (domain == POLICY_DOMAIN_CHROME) {
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_manager.cc | 54 bool CloudPolicyManager::IsInitializationComplete(PolicyDomain domain) const { 55 if (domain == POLICY_DOMAIN_CHROME) 57 if (ComponentCloudPolicyService::SupportsDomain(domain) &&
|
/external/chromium_org/components/url_fixer/ |
url_fixer.cc | 196 // Checks |domain| to see if a valid TLD is already present. If not, appends 197 // |desired_tld| to the domain, and prepends "www." unless it's already present. 198 void AddDesiredTLD(const std::string& desired_tld, std::string* domain) { 199 if (desired_tld.empty() || domain->empty()) 213 *domain, 219 // Add the suffix at the end of the domain. 220 const size_t domain_length(domain->length()); 223 if ((*domain)[domain_length - 1] != '.') 224 domain->push_back('.'); 225 domain->append(desired_tld) [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
history.css | 247 .site-domain-row { 263 .site-domain-wrapper { 303 .entry .domain { 312 .site-results .domain { 336 html[dir='rtl'] .site-domain { 351 .site-domain-row input[type='checkbox'] { 359 .site-domain-wrapper:hover input[type='checkbox']:not(:focus), 360 .site-domain-wrapper input[type='checkbox']:not(:focus):checked, 423 .site-domain-row { 429 .active :-webkit-any(.entry-box, .site-domain-row) [all...] |
/art/disassembler/ |
disassembler_arm.h | 43 void DumpMemoryDomain(std::ostream& os, uint32_t domain);
|
/build/target/board/generic_mips/ |
BoardConfig.mk | 64 domain.te \
|
/device/generic/mips/ |
BoardConfig.mk | 43 domain.te \
|