HomeSort by relevance Sort by last modified time
    Searched refs:GetKey (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/webdata/
logins_table.cc 15 WebDatabaseTable::TypeKey GetKey() {
25 return static_cast<LoginsTable*>(db->GetTable(GetKey()));
29 return GetKey();
web_intents_table.cc 21 WebDatabaseTable::TypeKey GetKey() {
37 return static_cast<WebIntentsTable*>(db->GetTable(GetKey()));
41 return GetKey();
token_service_table.cc 17 WebDatabaseTable::TypeKey GetKey() {
27 return static_cast<TokenServiceTable*>(db->GetTable(GetKey()));
32 return GetKey();
web_apps_table.cc 17 WebDatabaseTable::TypeKey GetKey() {
27 return static_cast<WebAppsTable*>(db->GetTable(GetKey()));
31 return GetKey();
  /external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.h 175 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/openfst/src/include/fst/extensions/far/
equal.h 60 const string key1 = reader1->GetKey();
61 const string key2 = reader2->GetKey();
84 << (reader1->Done() ? reader2->GetKey() : reader1->GetKey())
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 127 PnaclTranslationCache::GetKey(info));
132 PnaclTranslationCache::GetKey(info));
137 PnaclTranslationCache::GetKey(info));
142 PnaclTranslationCache::GetKey(info));
148 PnaclTranslationCache::GetKey(info));
154 PnaclTranslationCache::GetKey(info));
158 PnaclTranslationCache::GetKey(info));
162 PnaclTranslationCache::GetKey(info));
168 PnaclTranslationCache::GetKey(info));
173 PnaclTranslationCache::GetKey(info))
    [all...]
  /external/chromium_org/net/quic/crypto/
null_decrypter.h 32 virtual base::StringPiece GetKey() const OVERRIDE;
quic_decrypter.h 66 virtual base::StringPiece GetKey() const = 0;
aes_128_gcm_12_decrypter.h 53 virtual base::StringPiece GetKey() const OVERRIDE;
aes_128_gcm_12_encrypter.h 56 virtual base::StringPiece GetKey() const OVERRIDE;
null_encrypter.h 35 virtual base::StringPiece GetKey() const OVERRIDE;
quic_encrypter.h 81 virtual base::StringPiece GetKey() const = 0;
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.h 43 RegistryDict* GetKey(const std::string& name);
44 const RegistryDict* GetKey(const std::string& name) const;
registry_dict_win_unittest.cc 77 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("two"))
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 85 const std::string& key = incoming->GetKey();
106 notification_manager_->CancelById(found->GetKey());
111 notification_manager_->CancelById(found->GetKey());
184 const std::string& key = new_notification->GetKey();
230 notification.GetKey(), notification.GetKey(),
302 if (notification_id == notification->GetKey())
314 if (notification_id == notification->GetKey()) {
411 notification_manager_->CancelById(notification->GetKey());
  /external/chromium_org/chrome/browser/predictors/
logged_in_predictor_table.cc 36 string LoggedInPredictorTable::GetKey(const GURL& url) {
64 statement.BindString(0, GetKey(url));
78 statement.BindString(0, GetKey(url));
98 statement.BindString(0, GetKey(url));
logged_in_predictor_table.h 45 static std::string GetKey(const GURL& url);
  /external/chromium_org/net/http/
http_pipelined_host.h 93 virtual const Key& GetKey() const = 0;
http_pipelined_host_forced.h 55 virtual const Key& GetKey() const OVERRIDE;
  /external/chromium_org/net/tools/quic/
quic_in_memory_cache.h 77 std::string GetKey(const BalsaHeaders& response_headers) const;
quic_in_memory_cache.cc 89 ResponseMap::const_iterator it = responses_.find(GetKey(request_headers));
99 LOG(INFO) << "Adding response for: " << GetKey(request_headers);
100 if (ContainsKey(responses_, GetKey(request_headers))) {
106 responses_[GetKey(request_headers)] = new_response;
198 LOG(INFO) << "Inserting 'http://" << GetKey(request_headers)
211 string QuicInMemoryCache::GetKey(const BalsaHeaders& request_headers) const {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
testturnserver.h 68 virtual bool GetKey(const std::string& username, const std::string& realm,
  /external/chromium_org/third_party/skia/src/core/
SkTDynamicHash.h 16 const Key& (GetKey)(const T&),
54 SkASSERT(NULL == this->find(GetKey(*newEntry)));
137 CHECK(NULL != this->find(GetKey(*fArray[i])));
150 CHECK(!Equal(*fArray[i], GetKey(*fArray[j])));
151 CHECK(!Equal(*fArray[j], GetKey(*fArray[i])));
159 const Key& key = GetKey(*newEntry);
  /external/skia/src/core/
SkTDynamicHash.h 16 const Key& (GetKey)(const T&),
54 SkASSERT(NULL == this->find(GetKey(*newEntry)));
137 CHECK(NULL != this->find(GetKey(*fArray[i])));
150 CHECK(!Equal(*fArray[i], GetKey(*fArray[j])));
151 CHECK(!Equal(*fArray[j], GetKey(*fArray[i])));
159 const Key& key = GetKey(*newEntry);

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 9