/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
terms_of_service_screen_handler.h | 34 virtual void SetDomain(const std::string& domain) OVERRIDE; 42 // Update the domain name shown in the UI. 63 // The domain name whose Terms of Service are being shown.
|
terms_of_service_screen_handler.cc | 65 // Updates the domain name shown in the UI. 77 void TermsOfServiceScreenHandler::SetDomain(const std::string& domain) { 78 domain_ = domain;
|
/external/chromium_org/components/policy/core/common/ |
configuration_policy_provider.h | 44 // the |schema_registry| whose domain is supported by this provider. 58 // policy |domain|. This is used to detect whether initialization is done in 60 virtual bool IsInitializationComplete(PolicyDomain domain) const;
|
forwarding_policy_provider.h | 47 virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
|
mock_policy_service.h | 33 MOCK_CONST_METHOD1(IsInitializationComplete, bool(PolicyDomain domain));
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_util.h | 22 // Returns the canonical form of the given domain. 23 std::string CanonicalizeDomain(const std::string& domain); 25 // Sanitize emails. Currently, it only ensures all emails have a domain by 26 // adding gmail.com if no domain is present. 33 // Extract the domain part from the canonical form of the given email.
|
/external/chromium_org/net/cookies/ |
cookie_util.h | 24 // Determine the actual cookie domain based on the domain string passed 27 // -host cookie domain (ex: "google.com") 28 // -domain cookie domain (ex: ".google.com") 33 // Returns true if a domain string represents a host-only cookie, 40 // Convenience for converting a cookie origin (domain and https pair) to a URL. 41 NET_EXPORT GURL CookieOriginToURL(const std::string& domain, bool is_https);
|
/external/chromium_org/third_party/libxml/src/ |
libxml.h | 65 void __xmlIOErr(int domain, int code, const char *extra);
|
/external/guava/guava/src/com/google/common/collect/ |
ContiguousSet.java | 35 final DiscreteDomain<C> domain; field in class:ContiguousSet 37 ContiguousSet(DiscreteDomain<C> domain) { 39 this.domain = domain; 104 * is requested for a domain minimum or maximum. For example, if {@code set} was created from the
|
/external/libexif/libexif/ |
exif-log.c | 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, 141 exif_logv (log, code, domain, format, args); 146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain, 151 log->func (log, code, domain, format, args, log->data);
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
SharedStorageAgent.java | 55 String domain = FullBackup.SHARED_PREFIX + i; local 56 fullBackupFileTree(null, domain, v.getPath(), externalFilesDirFilter, output); 66 int type, String domain, String relpath, long mode, long mtime) 68 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
|
/frameworks/wilhelm/src/itf/ |
IStreamInformation.c | 53 XAuint32 *domain) /* [out] */ 57 if (NULL == domain) { 63 *domain = XA_DOMAINTYPE_UNKNOWN; 68 *domain = XA_DOMAINTYPE_UNKNOWN; 78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain; 117 switch (streamInfo.domain) { 141 "unknown domain %u", streamIndex, streamInfo.domain); 304 contInf.domain = XA_DOMAINTYPE_CONTAINER [all...] |
/pdk/apps/CameraITS/tests/ |
test_param_color_correction.py | 93 domain = range(len(transforms)) 94 pylab.plot(domain, r_means, 'r') 95 pylab.plot(domain, g_means, 'g') 96 pylab.plot(domain, b_means, 'b')
|
/system/netd/ |
MDnsSdListener.h | 34 const char *domain, void *inContext); 114 const char *domain, const int requestNumber, 118 const char *serviceName, const char *serviceType, const char *domain, 123 const char *domain);
|
/external/bison/lib/ |
gettext.h | 27 /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by 148 pgettext_aux (const char *domain, 152 const char *translation = dcgettext (domain, msg_ctxt_id, category); 167 npgettext_aux (const char *domain, 173 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); 210 dcpgettext_expr (const char *domain, 231 translation = dcgettext (domain, msg_ctxt_id, category); 255 dcnpgettext_expr (const char *domain, 277 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
|
/external/chromium_org/chrome/browser/android/signin/ |
signin_manager_android.cc | 99 base::android::ScopedJavaLocalRef<jstring> domain; 102 domain.obj()); 142 base::android::ScopedJavaLocalRef<jstring> domain; local 150 domain.Reset( 156 return domain; 176 base::android::ScopedJavaLocalRef<jstring> domain; local 179 domain.Reset( 188 domain.obj());
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_provider.cc | 33 PolicyDomain domain) const { 34 if (domain == POLICY_DOMAIN_CHROME)
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_helpers.cc | 74 cookie->domain = canonical_cookie.Domain(); 76 canonical_cookie.Domain()); 120 const std::string& domain_key = cookie.Domain(); 135 // Ignore any cookie whose domain doesn't match the extension's 169 if (!MatchesDomain(cookie.Domain())) 184 bool MatchFilter::MatchesDomain(const std::string& domain) { 185 if (!details_->domain.get()) 188 // Add a leading '.' character to the filter domain if it doesn't exist. 189 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/test/perf/ |
mach_ports_test.cc | 57 // Adds a tab from the page cycler data at the specified domain. 58 bool AddTab(scoped_refptr<BrowserProxy> browser, const std::string& domain) { 59 GURL url = server_.GetURL("files/" + domain + "/").Resolve("?skip");
|
/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 | 65 if (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;
|