Searched refs:domain (Results 101 - 125 of 721) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/devtools/
H A Ddevtools_browser_target.cc29 const std::string& domain,
34 DCHECK(handlers_.find(domain) == handlers_.end());
35 handlers_[domain] = handler;
37 handle_on_ui_thread_.insert(domain);
59 DomainHandlerMap::iterator it = handlers_.find(command->domain());
65 std::string domain = command->domain(); local
66 DomainMap::iterator jt = used_domains.find(domain);
68 used_domains[domain] = this;
72 domain
28 RegisterDomainHandler( const std::string& domain, DevToolsProtocol::Handler* handler, bool handle_on_ui_thread) argument
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dlogged_in_predictor_table.cc41 string LoggedInPredictorTable::GetKeyFromDomain(const std::string& domain) { argument
44 domain,
47 effective_domain = domain;
61 base::StringPrintf("INSERT OR IGNORE INTO %s (domain, time) VALUES (?,?)",
76 base::StringPrintf("DELETE FROM %s WHERE domain=?", kTableName).c_str()));
83 void LoggedInPredictorTable::DeleteDomain(const std::string& domain) { argument
84 DeleteDomainFromURL(GURL("http://" + domain));
95 base::StringPrintf("SELECT count(*) FROM %s WHERE domain=?",
134 string domain = statement.ColumnString(0); local
136 (*state_map)[domain]
[all...]
/external/chromium_org/net/cert/
H A Dx509_util_openssl_unittest.cc43 // Verify the attributes of a domain-bound certificate.
44 // |domain| is the bound domain name.
46 void VerifyChannelID(const std::string& domain, argument
67 // Which means <tag> <length> <domain>, with:
69 // <length> is the domain length, a single byte for short forms.
70 // <domain> are the domain characters.
77 // Check that the domain size is small enough for short form.
78 ASSERT_LE(domain
117 std::string domain = "weborigin.com"; local
[all...]
H A Dx509_util_nss_unittest.cc79 void VerifyChannelID(const std::string& domain, argument
87 (unsigned char*)domain.data(),
88 static_cast<unsigned int>(domain.size())
144 // This test creates a domain-bound cert and an EC private key and
148 std::string domain = "weborigin.com"; local
154 domain, 1,
160 VerifyChannelID(domain, der_cert);
/external/chromium_org/net/base/
H A Dsdch_manager.cc69 const std::string& domain,
76 domain_(domain),
88 terms "domain-match" and "pathmatch" are defined in RFC 2965 [6]. A
91 1. The server's effective host name domain-matches the Domain attribute of
120 bool SdchManager::Dictionary::CanSet(const std::string& domain, argument
129 not domain-match the Domain attribute.
130 3. The Domain attribute is a top level domain.
131 4. The referer URL host is a host domain name (not IP address) and has the
142 if (domain.empty()) {
147 domain,
65 Dictionary(const std::string& dictionary_text, size_t offset, const std::string& client_hash, const GURL& gurl, const std::string& domain, const std::string& path, const base::Time& expiration, const std::set<int>& ports) argument
331 ClearDomainBlacklisting(const std::string& domain) argument
338 BlackListDomainCount(const std::string& domain) argument
346 BlacklistDomainExponential(const std::string& domain) argument
518 std::string domain, path; local
[all...]
/external/dhcpcd/dhcpcd-hooks/
H A D20-resolv.conf27 domain=$(cd "$resolv_conf_dir"; \
28 key_get_value "domain " ${interfaces})
31 set -- ${domain}
32 unset domain
36 domain="domain $1\n"
58 printf "$domain$search$servers" >> "$cf"
84 conf="${conf}domain $new_domain_name\n"
85 # Support RFC violating search in domain
/external/mdnsresponder/mDNSShared/
H A DPlatformCommon.c106 mDNSexport void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled) argument
113 if (domain) domain->c[0] = 0;
120 if (domain && GetConfigOption(buf, "zone", f) && !MakeDomainNameFromDNSNameString(domain, buf)) goto badf;
132 if (domain && domain->c[0] && buf[0])
135 // for now we assume keyname = service reg domain and we use same key for service and hostname registration
136 err = mDNS_SetSecretForDomain(m, info, domain, domain, bu
[all...]
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util_unittest.cc63 const char domain[] = "example.com"; local
64 EXPECT_EQ(domain, CanonicalizeDomain("example.com"));
65 EXPECT_EQ(domain, CanonicalizeDomain("EXAMPLE.cOm"));
69 const char domain[] = "example.com"; local
70 EXPECT_EQ(domain, ExtractDomainName("who@example.com"));
71 EXPECT_EQ(domain, ExtractDomainName("who@EXAMPLE.cOm"));
H A Dgaia_auth_util.h20 // Returns the canonical form of the given domain.
21 std::string CanonicalizeDomain(const std::string& domain);
23 // Sanitize emails. Currently, it only ensures all emails have a domain by
24 // adding gmail.com if no domain is present.
31 // Extract the domain part from the canonical form of the given email.
/external/mdnsresponder/mDNSPosix/
H A DClient.c46 domainname domain; local
57 DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain);
61 ConvertDomainNameToCString(&domain, domainC);
69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
105 "Usage: %s [-v level] [-t type] [-d domain]\n",
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain);
176 // mDNS query, looking for all AFP servers in the local domain.
182 domainname domain; local
197 MakeDomainNameFromDNSNameString(&domain, gServiceDomai
[all...]
/external/sepolicy/
H A Duntrusted_app.te7 ### and optionally seinfo value to domain for process and type for data
8 ### directory). The untrusted_app domain is the default assignment in
12 ### domain is assigned to all non-system apps as well as to any system apps
14 ### a system app into a specific domain, add a signer entry for it to
23 type untrusted_app, domain;
54 # it's too late to change the domain it runs in.
79 neverallow untrusted_app domain:netlink_kobject_uevent_socket *;
82 neverallow untrusted_app domain:netlink_socket *;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DEmailInputType.cpp49 "[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?" // domain part
52 // RFC5321 says the maximum total length of a domain name is 255 octets.
125 static bool checkValidDotUsage(const String& domain) argument
127 if (domain.isEmpty())
129 if (domain[0] == '.' || domain[domain.length() - 1] == '.')
131 return domain.find("..") == kNotFound;
215 String domain = invalidAddress.substring(atIndex + 1); local
218 if (domain
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.h38 // consists of three parts: the node, the domain and the resource, e.g.:
40 // node@domain/resource
43 // a domain. A bare jid is defined to not have a resource and a full jid
55 const std::string & domain() const { return domain_name_; } function in class:buzz::Jid
83 static std::string PrepDomain(const std::string& domain, bool* valid);
84 static void PrepDomain(const std::string& domain,
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_flash_lso_helper.h24 // Adds a domain sample.
25 void AddFlashLSODomain(const std::string& domain);
30 // Returns true if the domain list is empty.
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dterms_of_service_screen_actor.h41 // Sets the domain name whose Terms of Service are being shown.
42 virtual void SetDomain(const std::string& domain) = 0;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_profile_policy_provider.h35 virtual void OnPolicyServiceInitialized(PolicyDomain domain) OVERRIDE;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dmath_simple_store.js33 * Turns a domain mapping from its JSON representation containing simple strings
42 for (var domain in mapping) {
43 for (var style in mapping[domain]) {
44 var content = mapping[domain][style];
47 name, domain + '.' + style, '[t] "' + content + '"',
/external/chromium_org/components/domain_reliability/
H A Dbeacon.h31 // The domain that the beacon is reporting on, if included.
32 std::string domain; member in struct:domain_reliability::DomainReliabilityBeacon
/external/chromium_org/components/policy/core/common/
H A Dforwarding_policy_provider.h47 virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
H A Dmock_configuration_policy_provider.h26 MOCK_CONST_METHOD1(IsInitializationComplete, bool(PolicyDomain domain));
H A Dmock_policy_service.h33 MOCK_CONST_METHOD1(IsInitializationComplete, bool(PolicyDomain domain));
H A Dpolicy_provider_android.h37 virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
H A Dschema_registry.h65 // Register a list of components for a given domain.
66 virtual void RegisterComponents(PolicyDomain domain,
74 // This indicates that the initial components for |domain| have all been
75 // registered. It must be invoked at least once for each policy domain;
76 // subsequent calls for the same domain are ignored.
77 void SetReady(PolicyDomain domain);
110 virtual void RegisterComponents(PolicyDomain domain,
142 virtual void RegisterComponents(PolicyDomain domain,
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseClient.h53 void didOpenDatabase(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
/external/chromium_org/third_party/libxml/src/
H A Dlibxml.h65 void __xmlIOErr(int domain, int code, const char *extra);

Completed in 576 milliseconds

1234567891011>>