Searched defs:GetKey (Results 51 - 62 of 62) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp435 static const Key& GetKey(const Value& v) { function in struct:__anon15180::CacheImpl::Value
H A DSkPictureFlat.h342 static const SkFlatData& GetKey(const SkFlatData& flat) { return flat; } function in struct:SkFlatData::HashTraits
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc317 return (key.compare(GetKey()) == 0);
387 if (stored->hash != base::Hash(GetKey()))
475 std::string EntryImplV3::GetKey() const { function in class:disk_cache::EntryImplV3
1407 std::string EntryImplV3::GetKey() const { function in class:disk_cache::EntryImplV3
H A Dentry_impl.cc458 return (key.compare(GetKey()) == 0);
625 if (stored->hash != base::Hash(GetKey()))
762 std::string EntryImpl::GetKey() const { function in class:disk_cache::EntryImpl
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.cc334 GetKey(&msg, &key);
368 bool TurnServer::GetKey(const StunMessage* msg, std::string* key) { function in class:cricket::TurnServer
376 return (auth_hook_ != NULL && auth_hook_->GetKey(username, realm_, key));
/external/skia/src/core/
H A DSkPictureFlat.h339 static const SkFlatData& GetKey(const SkFlatData& flat) { return flat; } function in struct:SkFlatData::HashTraits
H A DSkScaledImageCache.cpp118 static const Key& GetKey(const Rec& rec) { return rec.fKey; } function in struct:SkScaledImageCache::Rec
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc421 WebDatabaseTable::TypeKey GetKey() { function in namespace:autofill::__anon6349
448 return static_cast<AutofillTable*>(db->GetTable(GetKey()));
452 return GetKey();
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc322 std::string SimpleEntryImpl::GetKey() const { function in class:disk_cache::SimpleEntryImpl
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc1226 for (CookieMapItPair its = cookies_.equal_range(GetKey(host));
1255 for (CookieMapItPair its = cookies_.equal_range(GetKey(cookie.Domain()));
1387 const std::string key(GetKey(etldp1));
1501 InternalInsertCookie(GetKey((*it)->Domain()), *it, false);
1696 const std::string key(GetKey(url.host()));
1814 const std::string key(GetKey((*cc)->Domain()));
2072 // form of a DNS host and hence GetKey() will return it unchanged.
2083 std::string CookieMonster::GetKey(const std::string& domain) const { function in class:net::CookieMonster
/external/chromium_org/v8/src/
H A Dcode-stubs.h227 uint32_t GetKey() { function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.h6540 virtual HValue* GetKey() = 0;
6592 HValue* GetKey() { return key(); } function in class:v8::FINAL::FINAL
7070 HValue* GetKey() { return key(); } function in class:v8::FINAL::FINAL

Completed in 384 milliseconds

123