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

123

/external/chromium_org/net/quic/crypto/
H A Daead_base_encrypter_openssl.cc140 StringPiece AeadBaseEncrypter::GetKey() const { function in class:net::AeadBaseEncrypter
/external/chromium_org/net/quic/
H A Dquic_in_memory_cache.cc39 ResponseMap::const_iterator it = responses_.find(GetKey(url));
70 string key = GetKey(url);
87 responses_[GetKey(url)]->response_type_ = response_type;
165 VLOG(1) << "Inserting '" << GetKey(url) << "' into QuicInMemoryCache.";
178 string QuicInMemoryCache::GetKey(const GURL& url) const { function in class:net::QuicInMemoryCache
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtestturnserver.h110 virtual bool GetKey(const std::string& username, const std::string& realm, function in class:cricket::TestTurnServer
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h77 static inline const GrGlyph::PackedID& GetKey(const GrGlyph& glyph) { function in struct:GrGlyph
/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.h73 static const Key& GetKey(const Rec& rec) { return rec.getKey(); } function in struct:SkResourceCache::Rec
H A DSkTDynamicHash.h16 // static const Key& GetKey(const T&) { ... }
98 if (Deleted() != candidate && GetKey(*candidate) == key) {
109 SkASSERT(NULL == this->find(GetKey(*newEntry)));
149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) {
180 SKTDYNAMICHASH_CHECK(this->find(GetKey(*fArray[i])));
199 SKTDYNAMICHASH_CHECK(!(GetKey(*fArray[i]) == GetKey(*fArray[j])));
208 const Key& key = GetKey(*newEntry);
232 if (Deleted() != candidate && GetKey(*candidate) == key) {
280 static const Key& GetKey(cons function in class:SkTDynamicHash
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h52 static const GrFontDescKey& GetKey(const GrTextStrike& ts) { function in class:GrTextStrike
H A DGrLayerCache.h30 static const uint32_t& GetKey(const GrPictureInfo& pictInfo) { return pictInfo.fPictureID; } function in struct:GrPictureInfo
94 static const Key& GetKey(const GrCachedLayer& layer) { return layer.fKey; } function in struct:GrCachedLayer
H A DGrResourceCache.h36 static const GrResourceKey& GetKey(const GrResourceCacheEntry& e) { return e.key(); } function in class:GrResourceCacheEntry
/external/chromium_org/chrome/browser/extensions/api/font_settings/
H A Dfont_settings_api.cc371 result->Set(GetKey(), pref->GetValue()->DeepCopy());
387 EXTENSION_FUNCTION_VALIDATE(details->Get(GetKey(), &value));
405 const char* FontSettingsGetDefaultFontSizeFunction::GetKey() { function in class:extensions::FontSettingsGetDefaultFontSizeFunction
413 const char* FontSettingsSetDefaultFontSizeFunction::GetKey() { function in class:extensions::FontSettingsSetDefaultFontSizeFunction
425 const char* FontSettingsGetDefaultFixedFontSizeFunction::GetKey() { function in class:extensions::FontSettingsGetDefaultFixedFontSizeFunction
433 const char* FontSettingsSetDefaultFixedFontSizeFunction::GetKey() { function in class:extensions::FontSettingsSetDefaultFixedFontSizeFunction
445 const char* FontSettingsGetMinimumFontSizeFunction::GetKey() { function in class:extensions::FontSettingsGetMinimumFontSizeFunction
453 const char* FontSettingsSetMinimumFontSizeFunction::GetKey() { function in class:extensions::FontSettingsSetMinimumFontSizeFunction
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate.cc120 std::string GetKey(const net::X509Certificate& cert, net::CertStatus error) { function in namespace:__anon4722
304 cert_dict->SetIntegerWithoutPathExpansion(GetKey(cert, error), ALLOWED);
351 success = cert_error_dict->GetIntegerWithoutPathExpansion(GetKey(cert, error),
/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache.cc73 ResponseMap::const_iterator it = responses_.find(GetKey(request_headers));
102 VLOG(1) << "Adding response for: " << GetKey(request_headers);
103 if (ContainsKey(responses_, GetKey(request_headers))) {
110 responses_[GetKey(request_headers)] = new_response;
122 responses_[GetKey(request_headers)]->response_type_ = response_type;
212 VLOG(1) << "Inserting 'http://" << GetKey(request_headers)
225 string QuicInMemoryCache::GetKey(const BalsaHeaders& request_headers) const { function in class:net::tools::QuicInMemoryCache
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h142 static const Key& GetKey(const AtlasEntry& entry) { return entry.fKey; } function in class:GrTextureStripAtlas::AtlasEntry
/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h243 const string &GetKey() const { function in class:fst::STListReader
H A Dsttable.h222 const string &GetKey() const { function in class:fst::STTableReader
H A Dfar.h142 virtual const string &GetKey() const = 0;
323 const string &GetKey() const { return reader_->GetKey(); } function in class:fst::STTableFarReader
371 const string &GetKey() const { return reader_->GetKey(); } function in class:fst::STListFarReader
459 const string &GetKey() const { function in class:fst::FstFarReader
/external/skia/src/core/
H A DSkTDynamicHash.h16 // static const Key& GetKey(const T&) { ... }
70 if (Deleted() != candidate && GetKey(*candidate) == key) {
81 SkASSERT(NULL == this->find(GetKey(*newEntry)));
104 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) {
135 SKTDYNAMICHASH_CHECK(NULL != this->find(GetKey(*fArray[i])));
154 SKTDYNAMICHASH_CHECK(!(GetKey(*fArray[i]) == GetKey(*fArray[j])));
163 const Key& key = GetKey(*newEntry);
185 if (Deleted() != candidate && GetKey(*candidate) == key) {
233 static const Key& GetKey(cons function in class:SkTDynamicHash
[all...]
H A DSkImageFilter.cpp395 static const Key& GetKey(const Value& v) { function in struct:CacheImpl::Value
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.cc405 std::string PnaclTranslationCache::GetKey(const nacl::PnaclCacheInfo& info) { function in class:pnacl::PnaclTranslationCache
/external/chromium_org/components/search_engines/
H A Dkeyword_table.cc136 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6797
151 return static_cast<KeywordTable*>(db->GetTable(GetKey()));
155 return GetKey();
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc47 // function needed because child entries don't suppport GetKey().
53 dict->SetString("key", GenerateChildName(parent->GetKey(), child_id));
85 // Must be called after |key_| is set, so GetKey() works.
166 std::string MemEntryImpl::GetKey() const { function in class:disk_cache::MemEntryImpl
/external/chromium_org/net/http/
H A Dmock_http_cache.cc68 std::string MockDiskEntry::GetKey() const { function in class:MockDiskEntry
/external/chromium_org/v8/src/
H A Dproperty.h33 Handle<Name> GetKey() const { return key_; } function in class:v8::internal::BASE_EMBEDDED
/external/skia/src/gpu/
H A DGrResourceCache.h124 static const GrResourceKey& GetKey(const GrResourceCacheEntry& e) { return e.key(); } function in class:GrResourceCacheEntry
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc419 DecryptionKey* key = GetKey(key_id);
500 AesDecryptor::DecryptionKey* AesDecryptor::GetKey( function in class:media::AesDecryptor
515 // optimized for access in GetKey(), we need to look at each entry in

Completed in 525 milliseconds

123