/external/jpeg/ |
config.sub | 716 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 815 os=-domain
|
/external/qemu/distrib/jpeg-6b/ |
config.sub | 716 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 815 os=-domain
|
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
EditEventHelperTest.java | 1401 String domain = EditEventHelper.extractDomain("test.email@gmail.com"); local [all...] |
/external/chromium_org/net/cookies/ |
cookie_monster_unittest.cc | 151 const std::string& domain, 160 url, name, value, domain, path, expiration_time, secure, http_only, 242 // * Three levels of domain cookie (.b.a, .c.b.a, .d.c.b.a) 246 // * Two domain path cookies (.c.b.a/dir1, .c.b.a/dir1/dir2) 249 // Domain cookies 347 // Domain path cookies 400 const std::string& domain, 405 if (it->Domain() == domain && it->Name() == name) 480 // domain cookie eviction 679 const std::string domain; member in struct:net::__anon11014::CookiesInputInfo 2347 std::string domain = std::string(); local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.cc | 464 const std::string& domain, 473 domain.c_str()); 524 pc.HasDomain() ? pc.Domain() : url.host(),
|
/external/chromium/webkit/glue/ |
weburlloader_impl.cc | 658 error.domain = WebString::fromUTF8(net::kErrorDomain); 739 error.domain = WebString::fromUTF8(net::kErrorDomain);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.cc | 468 const std::string& domain, 477 domain.c_str()); 528 pc.HasDomain() ? pc.Domain() : url.host(),
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.js | 293 // Force a reload of the iframe in a way that doesn't cause cross-domain
|
/external/chromium_org/chromeos/dbus/ |
cryptohome_client.cc | 582 const std::string& domain, 594 writer.AppendString(domain); [all...] |
/external/chromium_org/net/http/ |
transport_security_state_unittest.cc | 177 // The domain wasn't being set, leading to a blank string in the 180 EXPECT_EQ(domain_state.domain, "market.android.com"); 183 EXPECT_EQ(domain_state.domain, "market.android.com"); 228 // We do more extensive checks for the first domain. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.idl | 116 [TreatNullAs=NullString, SetterRaisesException] attribute DOMString domain;
|
/external/chromium_org/webkit/child/ |
weburlloader_impl.cc | 795 error.domain = WebString::fromUTF8(net::kErrorDomain); 821 error.domain = WebString::fromUTF8(net::kErrorDomain);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 753 if (cred->domain) 754 fprintf(f, "\tdomain=\"%s\"\n", cred->domain);
|
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 3112 String domain; \/\/ e.g. FullBackup.DATABASE_TREE_TOKEN field in class:BackupManagerService.FileMetadata [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
NetworkPanel.js | 91 method: true, status: true, domain: false, type: true, initiator: true, cookies: false, setCookies: false, size: true, time: true, 183 id: "domain", 184 title: WebInspector.UIString("Domain"), 331 this._sortingFunctions.domain = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "domain", false); [all...] |
NetworkRequest.js | 442 get domain()
|
/external/libsepol/src/ |
services.c | [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
EasSyncService.java | 740 String domain = mUserName.substring(amp + 1); local [all...] |
/external/chromium/net/base/ |
cookie_monster_unittest.cc | 52 // * Three levels of domain cookie (.b.a, .c.b.a, .d.c.b.a) 56 // * Two domain path cookies (.c.b.a/dir1, .c.b.a/dir1/dir2) 59 // Domain cookies 95 // Domain path cookies 365 static const char kValidDomainCookieLine[] = "A=B; path=/; domain=google.izzle"; 375 EXPECT_TRUE(cm->SetCookie(url_google, "C=D; domain=.google.izzle")); 378 // Verify that A=B was set as a host cookie rather than a domain 379 // cookie -- should not be accessible from a sub sub-domain. 382 // Test and make sure we find domain cookies on the same domain 1846 std::string domain; member in struct:net::CookiesInputInfo [all...] |
/external/chromium/sdch/open-vcdiff/ |
config.sub | 1217 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 1410 os=-domain
|
/external/chromium/third_party/libevent/ |
config.sub | 1249 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 1442 os=-domain [all...] |
/external/chromium_org/content/renderer/media/ |
buffered_resource_loader.cc | 520 << ", domain=" << error.domain.utf8().data()
|
/external/chromium_org/net/spdy/ |
spdy_session.h | 270 // Check to see if this SPDY session can support an additional domain. 273 // this session provides authentication for the domain and no client 278 // histogram because this function does more than verifying domain 280 bool VerifyDomainAuthentication(const std::string& domain); [all...] |
/external/chromium_org/sdch/open-vcdiff/ |
config.sub | 1281 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 1477 os=-domain [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
FrameLoaderClientImpl.cpp | 97 // Domain for internal error codes. 405 if (error.domain() == internalErrorDomain
|