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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CookiesTable.js 49 {id: "domain", title: WebInspector.UIString("Domain"), sortable: true, weight: 7},
76 * @param {?string} domain
78 _clearAndRefresh: function(domain)
80 this.clear(domain);
93 var domain = cookie.domain();
94 if (domain)
95 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Clear all from \"%s\"" : "Clear All from \"%s\"", domain), this._clearAndRefresh.bind(this, domain));
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 19 // This pass changes the variant instructions to minimize domain crossings.
39 /// execution domain. Multiple registers may refer to the same open
41 /// domain.
47 /// domain, but if we were forced to pay the penalty of a domain crossing, we
72 // Is domain available?
73 bool hasDomain(unsigned domain) const {
74 return AvailableDomains & (1u << domain);
77 // Mark domain as available.
78 void addDomain(unsigned domain) {
567 unsigned domain = countTrailingZeros(available); local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_controller_unittest.cc 25 existing_user.set_email("someordinaryuser@domain.com");
27 EXPECT_EQ(L"someordinaryuser (domain.com)",
  /external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
manifest.json 2 "name": "Cross-domain XMLHttpRequest from a content script",
4 "description": "Demonstrates a method to make a cross-domain XMLHttpRequest fetch from a content script. This extension fetches the current trending topics from Twitter and inserts them in an overlay at the top of Google News. Visit http://news.google.com to test this extension.",
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.cc 28 const std::string& domain) {
29 domains_.push_back(domain);
  /external/chromium_org/chrome/browser/chromeos/policy/
stub_enterprise_install_attributes.cc 18 void StubEnterpriseInstallAttributes::SetDomain(const std::string& domain) {
19 registration_domain_ = domain;
  /external/chromium_org/chrome/browser/prerender/
prerender_origin.cc 22 "Link Rel Prerender (same domain)",
23 "Link Rel Prerender (cross domain)",
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc 96 // The domain of the document URL, stored here so that we don't need to
98 std::string domain; member in struct:safe_browsing::PhishingDOMFeatureExtractor::FrameData
250 std::string domain; local
251 bool is_external = IsExternalDomain(full_url, &domain);
252 if (domain.empty()) {
253 DVLOG(1) << "Could not extract domain from link: " << full_url;
260 // Record each unique domain that we link to.
261 page_feature_state_->external_domains.insert(domain);
277 // Record whether the action points to a different domain.
285 std::string domain; local
307 std::string domain; local
    [all...]
  /external/chromium_org/chromeos/test/data/network/
translation_of_shill_openvpn.onc 7 "Host": "vpn.my.domain.com",
28 "TLSRemote": "my.domain.com",
translation_of_shill_openvpn_with_errors.onc 6 "Host": "vpn.my.domain.com",
26 "TLSRemote": "my.domain.com",
valid_openvpn_with_cert_pems.onc 7 "Host": "vpn.my.domain.com",
28 "TLSRemote": "my.domain.com",
  /external/chromium_org/content/common/
cookie_data.h 29 // Cookie domain.
30 std::string domain; member in struct:content::CookieData
  /external/chromium_org/third_party/jsoncpp/
LICENSE 7 this software is released into the Public Domain.
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
14 software may choose to accept it either as 1) Public Domain, 2) under the
16 Public Domain/MIT License conditions described here, as they choose.
18 The MIT License is about as close to Public Domain as a license can get, and is
51 software, affording one all of the rights of Public Domain with the
54 Public Domain "license" you can re-license your copy using whatever
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentialHash.java 5 * hash(user:domain:password). This is more secure than simply supplying
24 * @return the SIP Domain.
UserCredentials.java 31 * Returns the SIP Domain for this username password combination.
33 * @return the sip domain
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.h 3 /* Created 4/24/99 - This file is hereby placed in the public domain */
11 the public domain. The author makes no warranty as to fitness or stability */
  /external/smack/src/org/xbill/DNS/
AFSDBRecord.java 6 * AFS Data Base Record - maps a domain name to the name of an AFS cell
40 /** Gets the host providing service for the domain. */
MGRecord.java 25 * domain.
32 /** Gets the mailbox in the mail group specified by the domain */
  /bionic/libc/arch-x86/string/
ffs.S 4 * Public domain.
  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabs.c 5 * Placed into the Public Domain, 1994.
w_cabsl.c 5 * Placed into the Public Domain, 1994.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveGenParameterSpec.java 22 * return the name of the curve the EC domain parameters belong to.
ECPrivateKeySpec.java 17 * @param spec the domain parameters for the curve being used.
ECPublicKeySpec.java 17 * @param spec the domain parameters for the curve.
  /external/chromium_org/net/spdy/
spdy_credential_state.cc 16 std::string domain = local
18 DCHECK(!domain.empty());
19 if (domain == url.host())
21 return GURL(url.scheme() + "://" + domain + ":" + url.port());

Completed in 766 milliseconds

<<11121314151617181920>>