Searched refs:GetKey (Results 1 - 25 of 157) sorted by relevance

1234567

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpubsubstateclient.cc32 std::string PublishedNickKeySerializer::GetKey( function in class:buzz::PublishedNickKeySerializer
37 std::string PublisherAndPublishedNicksKeySerializer::GetKey( function in class:buzz::PublisherAndPublishedNicksKeySerializer
/external/chromium_org/components/password_manager/core/browser/webdata/
H A Dlogins_table.cc15 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6688
25 return static_cast<LoginsTable*>(db->GetTable(GetKey()));
29 return GetKey();
/external/chromium_org/android_webview/browser/
H A Dglobal_tile_manager_unittest.cc43 GlobalTileManager::Key GetKey() { return key_; } function in class:MockGlobalTileManagerClient
62 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
63 manager()->DidUse(clients[i].GetKey());
76 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
77 manager()->DidUse(clients[i].GetKey());
104 manager()->RequestTiles(clients[j].GetTileRequest(), clients[j].GetKey());
105 manager()->DidUse(clients[j].GetKey());
124 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
125 manager()->DidUse(clients[i].GetKey());
141 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
[all...]
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_remove_keys_operation.cc24 DCHECK(!user_context_.GetKey()->GetSecret().empty());
32 if (user_context_.GetKey()->GetKeyType() == Key::KEY_TYPE_PASSWORD_PLAIN) {
44 user_context_.GetKey()->Transform(Key::KEY_TYPE_SALTED_SHA256_TOP_HALF,
53 const Key* const auth_key = user_context_.GetKey();
/external/chromium_org/net/base/
H A Durl_util_unittest.cc118 EXPECT_EQ("name", it.GetKey());
124 EXPECT_EQ("boolParam", it.GetKey());
130 EXPECT_EQ("url", it.GetKey());
136 EXPECT_EQ("multikey", it.GetKey());
142 EXPECT_EQ("multikey", it.GetKey());
148 EXPECT_EQ("multikey", it.GetKey());
H A Durl_util.h55 std::string GetKey() const;
/external/chromium_org/chrome/browser/extensions/api/font_settings/
H A Dfont_settings_api.h179 virtual const char* GetKey() = 0;
196 virtual const char* GetKey() = 0;
226 virtual const char* GetKey() OVERRIDE;
240 virtual const char* GetKey() OVERRIDE;
267 virtual const char* GetKey() OVERRIDE;
281 virtual const char* GetKey() OVERRIDE;
308 virtual const char* GetKey() OVERRIDE;
322 virtual const char* GetKey() OVERRIDE;
/external/chromium_org/components/precache/core/
H A Dprecache_url_table.cc18 std::string GetKey(const GURL& url) { function in namespace:__anon6771
43 statement.BindString(0, GetKey(url));
52 statement.BindString(0, GetKey(url));
60 statement.BindString(0, GetKey(url));
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h60 const string key1 = reader1->GetKey();
61 const string key2 = reader2->GetKey();
84 << (reader1->Done() ? reader2->GetKey() : reader1->GetKey())
/external/chromium_org/third_party/skia/src/core/
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/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...]
/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_service_table.cc17 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6829
27 return static_cast<TokenServiceTable*>(db->GetTable(GetKey()));
32 return GetKey();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrResourceCache2.h45 static const GrResourceKey& GetKey(const GrGpuResource& r) { function in struct:GrResourceCache2::ScratchMapTraits
/external/chromium_org/v8/src/
H A Dproperty.cc35 return os << "Descriptor " << Brief(*d.GetKey()) << " @ "
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache_unittest.cc137 PnaclTranslationCache::GetKey(info));
143 PnaclTranslationCache::GetKey(info));
149 PnaclTranslationCache::GetKey(info));
155 PnaclTranslationCache::GetKey(info));
162 PnaclTranslationCache::GetKey(info));
169 PnaclTranslationCache::GetKey(info));
174 PnaclTranslationCache::GetKey(info));
179 PnaclTranslationCache::GetKey(info));
185 PnaclTranslationCache::GetKey(info));
192 PnaclTranslationCache::GetKey(inf
[all...]
/external/chromium_org/chromeos/login/auth/
H A Duser_context.h44 const Key* GetKey() const;
45 Key* GetKey();
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.h45 RegistryDict* GetKey(const std::string& name);
46 const RegistryDict* GetKey(const std::string& name) const;
H A Dregistry_dict_win_unittest.cc77 RegistryDict* actual_subdict = test_dict.GetKey("two");
85 actual_subdict = test_dict.GetKey("two");
88 actual_subdict = test_dict.GetKey("four");
94 EXPECT_FALSE(test_dict.GetKey("one"));
95 EXPECT_FALSE(test_dict.GetKey("three"));
106 RegistryDict* actual_subdict = test_dict.GetKey("One");
118 actual_subdict = test_dict.GetKey("One");
154 RegistryDict* actual_subdict = dict_a.GetKey("three");
157 actual_subdict = dict_a.GetKey("six");
177 EXPECT_TRUE(dict_b.GetKey("tw
[all...]
/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/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/v8/tools/testrunner/local/
H A Dperfdata.py65 def GetKey(self, test): member in class:PerfDataStore
72 key = self.GetKey(test)
79 testkey = self.GetKey(test)
/external/chromium_org/chrome/browser/predictors/
H A Dlogged_in_predictor_table.cc36 string LoggedInPredictorTable::GetKey(const GURL& url) { function in class:predictors::LoggedInPredictorTable
64 statement.BindString(0, GetKey(url));
78 statement.BindString(0, GetKey(url));
98 statement.BindString(0, GetKey(url));
H A Dlogged_in_predictor_table.h45 static std::string GetKey(const GURL& url);
/external/chromium_org/net/quic/crypto/
H A Dnull_decrypter.h35 virtual base::StringPiece GetKey() const OVERRIDE;
H A Dquic_decrypter.h65 virtual base::StringPiece GetKey() const = 0;

Completed in 5618 milliseconds

1234567