Searched refs:GetKey (Results 26 - 50 of 157) sorted by relevance

1234567

/external/chromium_org/net/quic/crypto/
H A Dquic_encrypter.h80 virtual base::StringPiece GetKey() const = 0;
H A Dnull_encrypter.cc59 StringPiece NullEncrypter::GetKey() const { return StringPiece(); } function in class:net::NullEncrypter
H A Dnull_encrypter.h36 virtual base::StringPiece GetKey() const OVERRIDE;
/external/chromium_org/net/disk_cache/blockfile/
H A Dwebfonts_histogram.cc81 const char* label = HistogramLabel(entry->GetKey());
93 const char* label = HistogramLabel(entry->GetKey());
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc150 if (user_context.GetKey()->GetKeyType() != Key::KEY_TYPE_PASSWORD_PLAIN) {
165 transformed_context.GetKey()->Transform(Key::KEY_TYPE_SALTED_SHA256_TOP_HALF,
192 const Key* const key = user_context.GetKey();
214 const Key* const key = user_context.GetKey();
235 const Key* const auth_key = user_context.GetKey();
259 const Key* const auth_key = user_context.GetKey();
281 const Key* const auth_key = user_context.GetKey();
H A Duser_context.cc69 const Key* UserContext::GetKey() const { function in class:chromeos::UserContext
73 Key* UserContext::GetKey() { function in class:chromeos::UserContext
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpubsubstateclient.h83 virtual std::string GetKey(const std::string& publisher_nick,
89 virtual std::string GetKey(const std::string& publisher_nick,
96 virtual std::string GetKey(const std::string& publisher_nick,
136 std::string key = key_serializer_->GetKey(publisher_nick_, published_nick);
213 std::string key = key_serializer_->GetKey(
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_status.cc33 static const base::FilePath& GetKey(Iterator itr) { function in struct:sync_file_system::__anon4884::SetKeyHelper
40 static const base::FilePath& GetKey(Iterator itr) { function in struct:sync_file_system::__anon4884::MapKeyHelper
58 normalized_path.IsParent(get_key_helper.GetKey(upper)))
/external/chromium_org/v8/src/
H A Dtransitions-inl.h92 Name* TransitionArray::GetKey(int transition_number) {
96 Name* key = target->instance_descriptors()->GetKey(descriptor);
139 Name* key = GetKey(kSimpleTransitionIndex);
H A Dtransitions.h38 inline Name* GetKey(int transition_number);
44 return GetKey(transition_number);
H A Dtransitions.cc37 origin->GetKey(origin_transition),
139 if (InsertionPointFound(array->GetKey(insertion_index), *name)) break;
/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/crypto/
H A Dp224_spake_unittest.cc58 EXPECT_EQ(client.GetKey(), server.GetKey());
H A Dp224_spake.h71 const std::string& GetKey();
/external/chromium_org/third_party/skia/src/core/
H A DSkTMultiMap.h25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } function in struct:SkTMultiMap::ValueList
/external/skia/src/gpu/
H A DGrTMultiMap.h25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } function in struct:GrTMultiMap::ValueList
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.h73 static std::string GetKey(const nacl::PnaclCacheInfo& info);
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragearea_impl.cc55 return cached_area_->GetKey(connection_id_, index);
/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/net/cookies/
H A Dcookie_monster_perftest.cc198 EXPECT_EQ("top.com", cm->GetKey(domain_base_1));
202 EXPECT_EQ("top.com", cm->GetKey(domain_base_2));
206 EXPECT_EQ("top.com", cm->GetKey(domain_base_3));
210 EXPECT_EQ("top.com", cm->GetKey(domain_base_4));
312 EXPECT_EQ("domain_1.com", cm->GetKey("www.Domain_1.com"));
319 cm->GetKey("www.google.com");
/external/openfst/src/include/fst/extensions/far/
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
H A Dextract.h113 string ikey = far_reader->GetKey();
130 string key = far_reader->GetKey();
/external/chromium_org/net/base/
H A Durl_util.cc86 std::string QueryIterator::GetKey() const { function in class:net::QueryIterator
129 if (it.GetKey() == search_key) {
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.cc435 StringPiece client_encrypter_key = client_encrypter->GetKey();
437 StringPiece client_decrypter_key = client_decrypter->GetKey();
440 client_forward_secure_encrypter->GetKey();
444 client_forward_secure_decrypter->GetKey();
447 StringPiece server_encrypter_key = server_encrypter->GetKey();
449 StringPiece server_decrypter_key = server_decrypter->GetKey();
452 server_forward_secure_encrypter->GetKey();
456 server_forward_secure_decrypter->GetKey();
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.h105 // i.e., IsEquivalent(a, b) ==> GetKey(a) == GetKey(b).
106 static EvictedCookieKey GetKey(const net::CanonicalCookie& cookie);

Completed in 1022 milliseconds

1234567