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

1234567

/external/chromium_org/chrome/browser/webdata/
H A Dlogins_table.cc15 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6919
25 return static_cast<LoginsTable*>(db->GetTable(GetKey()));
29 return GetKey();
H A Dweb_intents_table.cc21 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6923
37 return static_cast<WebIntentsTable*>(db->GetTable(GetKey()));
41 return GetKey();
H A Dtoken_service_table.cc17 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6920
27 return static_cast<TokenServiceTable*>(db->GetTable(GetKey()));
32 return GetKey();
H A Dweb_apps_table.cc17 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6921
27 return static_cast<WebAppsTable*>(db->GetTable(GetKey()));
31 return 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.h175 virtual const char* GetKey() = 0;
192 virtual const char* GetKey() = 0;
222 virtual const char* GetKey() OVERRIDE;
236 virtual const char* GetKey() OVERRIDE;
263 virtual const char* GetKey() OVERRIDE;
277 virtual const char* GetKey() OVERRIDE;
304 virtual const char* GetKey() OVERRIDE;
318 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:__anon7832
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/components/nacl/browser/
H A Dpnacl_translation_cache_unittest.cc135 PnaclTranslationCache::GetKey(info));
140 PnaclTranslationCache::GetKey(info));
145 PnaclTranslationCache::GetKey(info));
150 PnaclTranslationCache::GetKey(info));
156 PnaclTranslationCache::GetKey(info));
162 PnaclTranslationCache::GetKey(info));
166 PnaclTranslationCache::GetKey(info));
170 PnaclTranslationCache::GetKey(info));
176 PnaclTranslationCache::GetKey(info));
181 PnaclTranslationCache::GetKey(inf
[all...]
/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/v8/tools/testrunner/network/
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 Daes_128_gcm_12_decrypter.h53 virtual base::StringPiece GetKey() const OVERRIDE;
H A Dnull_decrypter.h35 virtual base::StringPiece GetKey() const OVERRIDE;
H A Dquic_decrypter.h66 virtual base::StringPiece GetKey() const = 0;
H A Dquic_encrypter.h81 virtual base::StringPiece GetKey() const = 0;
/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache.cc73 ResponseMap::const_iterator it = responses_.find(GetKey(request_headers));
102 LOG(INFO) << "Adding response for: " << GetKey(request_headers);
103 if (ContainsKey(responses_, GetKey(request_headers))) {
110 responses_[GetKey(request_headers)] = new_response;
202 LOG(INFO) << "Inserting 'http://" << GetKey(request_headers)
215 string QuicInMemoryCache::GetKey(const BalsaHeaders& request_headers) const { function in class:net::tools::QuicInMemoryCache
/external/chromium_org/third_party/skia/src/core/
H A DSkTDynamicHash.h16 const Key& (GetKey)(const T&),
54 SkASSERT(NULL == this->find(GetKey(*newEntry)));
135 SKTDYNAMICHASH_CHECK(NULL != this->find(GetKey(*fArray[i])));
148 SKTDYNAMICHASH_CHECK(!Equal(*fArray[i], GetKey(*fArray[j])));
149 SKTDYNAMICHASH_CHECK(!Equal(*fArray[j], GetKey(*fArray[i])));
157 const Key& key = GetKey(*newEntry);
/external/skia/src/core/
H A DSkTDynamicHash.h16 const Key& (GetKey)(const T&),
54 SkASSERT(NULL == this->find(GetKey(*newEntry)));
135 SKTDYNAMICHASH_CHECK(NULL != this->find(GetKey(*fArray[i])));
148 SKTDYNAMICHASH_CHECK(!Equal(*fArray[i], GetKey(*fArray[j])));
149 SKTDYNAMICHASH_CHECK(!Equal(*fArray[j], GetKey(*fArray[i])));
157 const Key& key = GetKey(*newEntry);
/external/chromium_org/v8/src/
H A Dtransitions-inl.h124 Name* TransitionArray::GetKey(int transition_number) {
128 Name* key = target->instance_descriptors()->GetKey(descriptor);
171 Name* key = GetKey(kSimpleTransitionIndex);
/external/skia/tests/
H A DDynamicHashTest.cpp19 const int& GetKey(const Entry& entry) { return entry.key; } function in namespace:__anon26514
23 class Hash : public SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> {
33 typedef SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> INHERITED;
/external/chromium/net/base/
H A Dcookie_monster_perftest.cc120 EXPECT_EQ("top.com", cm->GetKey(domain_base_1));
124 EXPECT_EQ("top.com", cm->GetKey(domain_base_2));
128 EXPECT_EQ("top.com", cm->GetKey(domain_base_3));
132 EXPECT_EQ("top.com", cm->GetKey(domain_base_4));
234 EXPECT_EQ("domain_1.com", cm->GetKey("www.Domain_1.com"));
241 cm->GetKey("www.google.com");

Completed in 1757 milliseconds

1234567