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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubstateclient.cc 32 std::string PublishedNickKeySerializer::GetKey(
37 std::string PublisherAndPublishedNicksKeySerializer::GetKey(
  /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();
web_apps_table.cc 17 WebDatabaseTable::TypeKey GetKey() {
27 return static_cast<WebAppsTable*>(db->GetTable(GetKey()));
31 return GetKey();
  /external/chromium_org/android_webview/browser/
global_tile_manager_unittest.cc 40 GlobalTileManager::Key GetKey() { return key_; }
59 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
60 manager()->DidUse(clients[i].GetKey());
72 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
73 manager()->DidUse(clients[i].GetKey());
100 manager()->RequestTiles(clients[j].GetTileRequest(), clients[j].GetKey());
101 manager()->DidUse(clients[j].GetKey());
120 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
121 manager()->DidUse(clients[i].GetKey());
136 manager()->RequestTiles(clients[i].GetTileRequest(), clients[i].GetKey());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.h 179 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/net/base/
url_util_unittest.cc 118 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());
url_util.h 55 std::string GetKey() const;
  /external/chromium_org/chrome/browser/chromeos/login/auth/
user_context.h 39 const Key* GetKey() const;
40 Key* GetKey();
user_context.cc 51 const Key* UserContext::GetKey() const {
55 Key* UserContext::GetKey() {
  /external/chromium_org/components/precache/core/
precache_url_table.cc 18 std::string GetKey(const GURL& url) {
43 statement.BindString(0, GetKey(url));
52 statement.BindString(0, GetKey(url));
60 statement.BindString(0, GetKey(url));
  /external/chromium_org/third_party/skia/src/core/
SkTDynamicHash.h 16 // 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(const T& t) { return Traits::GetKey(t);
    [all...]
  /external/skia/src/core/
SkTDynamicHash.h 16 // 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(const T& t) { return Traits::GetKey(t);
    [all...]
  /external/chromium_org/components/signin/core/browser/webdata/
token_service_table.cc 17 WebDatabaseTable::TypeKey GetKey() {
27 return static_cast<TokenServiceTable*>(db->GetTable(GetKey()));
32 return GetKey();
  /external/chromium_org/net/quic/crypto/
quic_decrypter.h 65 virtual base::StringPiece GetKey() const = 0;
null_decrypter.h 35 virtual base::StringPiece GetKey() const OVERRIDE;
null_encrypter.h 36 virtual base::StringPiece GetKey() const OVERRIDE;
quic_encrypter.h 80 virtual base::StringPiece GetKey() const = 0;
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 137 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(info))
    [all...]
  /external/chromium_org/components/policy/core/common/
registry_dict_win.h 45 RegistryDict* GetKey(const std::string& name);
46 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/net/quic/
quic_in_memory_cache.cc 72 ResponseMap::const_iterator it = responses_.find(GetKey(request_headers));
101 VLOG(1) << "Adding response for: " << GetKey(request_headers);
102 if (ContainsKey(responses_, GetKey(request_headers))) {
109 responses_[GetKey(request_headers)] = new_response;
121 responses_[GetKey(request_headers)]->response_type_ = response_type;
213 VLOG(1) << "Inserting 'http://" << GetKey(request_headers)
226 string QuicInMemoryCache::GetKey(const BalsaHeaders& request_headers) const {
  /external/chromium_org/net/tools/quic/
quic_in_memory_cache.cc 73 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;
214 VLOG(1) << "Inserting 'http://" << GetKey(request_headers)
227 string QuicInMemoryCache::GetKey(const BalsaHeaders& request_headers) const {
  /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);

Completed in 992 milliseconds

1 2 3 4 5 6 7 8 910