HomeSort by relevance Sort by last modified time
    Searched refs:Domain (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/glib/glib/
glibintl.h 14 /* Split out this in the code, but keep it in the same domain for now */
28 #define dgettext(Domain,String) (String)
29 #define dcgettext(Domain,String,Type) (String)
30 #define dngettext(Domain,String1,String2,N) ((N) == 1 ? (String1) : (String2))
31 #define bindtextdomain(Domain,Directory) (Domain)
32 #define bind_textdomain_codeset(Domain,Codeset)
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
status.py 9 lookup=mail.Domain("webkit.org"),
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 21 ATTRIBUTE MS-CHAP-Domain 10 string Microsoft
  /external/chromium/net/http/
http_auth_sspi_win.cc 89 // |username| may be in the form "DOMAIN\user". Parse it into the two
91 std::wstring domain; local
93 SplitDomainAndUser(username, &domain, &user);
97 int rv = OnFirstRound(domain, user, password);
126 int HttpAuthSSPI::OnFirstRound(const std::wstring& domain,
133 rv = AcquireCredentials(security_package_, domain, user, password, &cred_);
222 std::wstring* domain,
226 domain->clear();
229 *domain = combined.substr(0, backslash_idx);
249 const std::wstring& domain,
    [all...]
  /external/chromium/net/base/
cookie_monster.h 33 // - Verify that our domain enforcement and non-dotted handling is correct
102 // using given url scheme and host / domain. This does not mark the cookies
118 bool DeleteCookie(const std::string& domain,
250 // Construct from a cookie string like "BLAH=1; path=/; domain=.google.com"
264 const std::string& Domain() const { return pairs_[domain_index_].second; }
273 // "BLAH=hah; path=/; domain=.google.com"
341 // This says that the domain and path should string match identically.
cookie_monster.cc 276 // Determine the cookie domain key to use for setting the specified cookie.
279 // -domain cookie key (ex: ".google.com")
285 // If no domain was specified in the cookie, default to a host cookie.
286 // We match IE/Firefox in allowing a domain=IPADDR if it matches the url
288 if (!pc.HasDomain() || pc.Domain().empty() ||
289 (url.HostIsIPAddress() && url_host == pc.Domain())) {
295 // Get the normalized domain specified in cookie line.
296 // Note: The RFC says we can reject a cookie if the domain
298 // of the form domain=my.domain.com, treating it the same a
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-tagcloud.js 32 Public Domain
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js 32 Public Domain
    [all...]

Completed in 347 milliseconds