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

1 2 3 4

  /external/chromium_org/ppapi/shared_impl/
file_path.h 19 enum Domain {
29 PepperFilePath(Domain d, const base::FilePath& p);
31 Domain domain() const { return domain_; } function in class:ppapi::PepperFilePath
35 Domain domain_;
file_path.cc 14 PepperFilePath::PepperFilePath(Domain domain, const base::FilePath& path)
15 : domain_(domain),
  /external/chromium_org/third_party/skia/src/gpu/
GrCacheID.cpp 25 GrCacheID::Domain GrCacheID::GenerateDomain() {
28 int32_t domain = sk_atomic_inc(&gNextDomain); local
29 if (domain >= 1 << (8 * sizeof(Domain))) {
33 return static_cast<Domain>(domain);
GrStencilBuffer.cpp 26 static const GrCacheID::Domain gStencilBufferDomain = GrCacheID::GenerateDomain();
41 // All SBs are created internally to attach to RTs so they all use the same domain.
GrResourceCache.h 31 static GrCacheID::Domain ScratchDomain() {
32 static const GrCacheID::Domain gDomain = GrCacheID::GenerateDomain();
70 *reinterpret_cast<const GrCacheID::Domain*>(fKey.fHashedKey.getData() +
105 kResourceTypeOffset = kCacheIDDomainOffset + sizeof(GrCacheID::Domain),
112 void init(const GrCacheID::Domain domain,
123 memcpy(k + kCacheIDDomainOffset, &domain, sizeof(GrCacheID::Domain));
  /external/skia/src/gpu/
GrCacheID.cpp 25 GrCacheID::Domain GrCacheID::GenerateDomain() {
28 int32_t domain = sk_atomic_inc(&gNextDomain); local
29 if (domain >= 1 << (8 * sizeof(Domain))) {
33 return static_cast<Domain>(domain);
GrStencilBuffer.cpp 26 static const GrCacheID::Domain gStencilBufferDomain = GrCacheID::GenerateDomain();
41 // All SBs are created internally to attach to RTs so they all use the same domain.
GrResourceCache.h 31 static GrCacheID::Domain ScratchDomain() {
32 static const GrCacheID::Domain gDomain = GrCacheID::GenerateDomain();
70 *reinterpret_cast<const GrCacheID::Domain*>(fKey.fHashedKey.getData() +
105 kResourceTypeOffset = kCacheIDDomainOffset + sizeof(GrCacheID::Domain),
112 void init(const GrCacheID::Domain domain,
123 memcpy(k + kCacheIDDomainOffset, &domain, sizeof(GrCacheID::Domain));
  /external/chromium/chrome/common/
launchd_mac.h 22 enum Domain {
54 virtual bool RestartJob(Domain domain,
61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
66 virtual bool WritePlistToFile(Domain domain,
73 virtual bool DeletePlist(Domain domain, Type type, CFStringRef name);
  /external/chromium_org/chrome/common/mac/
launchd.h 22 enum Domain {
54 virtual bool RestartJob(Domain domain,
61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
66 virtual bool WritePlistToFile(Domain domain,
73 virtual bool DeletePlist(Domain domain, Type type, CFStringRef name);
mock_launchd.h 40 virtual bool RestartJob(Domain domain,
45 Domain domain,
48 virtual bool WritePlistToFile(Domain domain,
52 virtual bool DeletePlist(Domain domain,
  /external/chromium_org/content/common/
cookie_data.cc 21 domain(c.Domain()),
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_cookie_helper.cc 41 cookie->Domain() == cc->Domain()&&
browsing_data_cookie_helper_unittest.cc 42 GURL("http://www.google.com"), "A=2; Domain=.www.google.com ",
53 EXPECT_EQ("www.google.com", it->Domain());
57 EXPECT_EQ("www.gmail.google.com", it->Domain());
70 EXPECT_EQ("www.google.com", it->Domain());
75 EXPECT_EQ(".www.google.com", it->Domain());
87 EXPECT_EQ("www.gmail.google.com", it->Domain());
100 EXPECT_EQ("www.google.com", it->Domain());
114 EXPECT_EQ("www.google.com", it->Domain());
121 EXPECT_EQ("www.google.com", it->Domain());
128 EXPECT_EQ(".google.com", it->Domain());
    [all...]
  /external/chromium_org/ppapi/proxy/
flash_file_resource.h 60 PepperFilePath::Domain domain_type,
64 PepperFilePath::Domain domain_type,
  /external/chromium/webkit/glue/
webcookie.cc 19 domain(c.Domain()),
28 const std::string& domain, const std::string& path,
32 domain(domain),
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 38 class Domain : public DomainBase<DT>
101 class Interval : public Domain<DomainTraits<Interval> >
104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() {
110 Interval(int a) : Domain<DomainTraits<Interval> >()
145 class Loc : public Domain<DomainTraits<Loc> >
148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() {
365 const Interval &domain() const function in class:DomainLayout
377 explicit BrickBase(const Interval &domain);
390 firsts_m = layout_m.domain()[0].first();
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 38 class Domain : public DomainBase<DT>
101 class Interval : public Domain<DomainTraits<Interval> >
104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() {
110 Interval(int a) : Domain<DomainTraits<Interval> >()
145 class Loc : public Domain<DomainTraits<Loc> >
148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() {
365 const Interval &domain() const function in class:DomainLayout
377 explicit BrickBase(const Interval &domain);
390 firsts_m = layout_m.domain()[0].first();
  /external/chromium_org/third_party/skia/include/gpu/
GrTypes.h 450 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
451 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
452 * Users of the cache must obtain a domain via GenerateDomain().
456 typedef uint8_t Domain;
472 * Initialize the cache ID to a domain and key.
474 GrCacheID(Domain domain, const Key& key) {
475 GrAssert(kInvalid_Domain != domain);
476 this->reset(domain, key);
479 void reset(Domain domain, const Key& key)
    [all...]
  /external/skia/include/gpu/
GrTypes.h 450 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
451 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
452 * Users of the cache must obtain a domain via GenerateDomain().
456 typedef uint8_t Domain;
472 * Initialize the cache ID to a domain and key.
474 GrCacheID(Domain domain, const Key& key) {
475 GrAssert(kInvalid_Domain != domain);
476 this->reset(domain, key);
479 void reset(Domain domain, const Key& key)
    [all...]
  /external/chromium_org/net/cookies/
canonical_cookie.h 33 const std::string& domain,
65 const std::string& domain,
76 const std::string& Domain() const { return domain_; }
94 // The RFC says that name must match (case-sensitive), domain must
96 // For the case insensitive domain compare, we rely on the domain
103 return (name_ == ecc.Name() && domain_ == ecc.Domain()
115 // Returns true if the cookie domain matches the given |host| as described in
  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc 55 result->SetString(keys::kDomainKey, cookie.Domain());
57 net::CookieMonster::DomainIsHostOnly(cookie.Domain()));
94 const std::string& domain_key = cookie.Domain();
110 // Ignore any cookie whose domain doesn't match the extension's
141 MatchesDomain(cookie.Domain()) &&
163 bool MatchFilter::MatchesDomain(const std::string& domain) {
170 // Add a leading '.' character to the filter domain if it doesn't exist.
174 std::string sub_domain(domain);
175 // Strip any leading '.' character from the input cookie domain.
179 // Now check whether the domain argument is a subdomain of the filter domain
    [all...]
  /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/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 119 const std::string& domain,
123 net::CanonicalCookie(GURL(), name, value, domain, path, creation,
157 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
182 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
200 ASSERT_STREQ("foo.bar", cookies[0]->Domain().c_str());
214 // Test that priority load of cookies for a specfic domain key could be
253 // 2. "Init And Chain-Load First Domain"
263 cookies_loaded.insert((*it)->Domain().c_str());
276 cookies_loaded.insert((*it)->Domain().c_str());
331 ASSERT_STREQ("sessioncookie.com", cookies[0]->Domain().c_str())
    [all...]

Completed in 856 milliseconds

1 2 3 4