Searched defs:GetKey (Results 1 - 25 of 58) sorted by relevance

123

/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/chrome/browser/webdata/
H A Dlogins_table.cc15 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon5528
25 return static_cast<LoginsTable*>(db->GetTable(GetKey()));
29 return GetKey();
H A Dweb_intents_table.cc21 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon5531
37 return static_cast<WebIntentsTable*>(db->GetTable(GetKey()));
41 return GetKey();
H A Dweb_apps_table.cc17 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon5529
27 return static_cast<WebAppsTable*>(db->GetTable(GetKey()));
31 return GetKey();
/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/android_webview/browser/
H A Dglobal_tile_manager_unittest.cc40 GlobalTileManager::Key GetKey() { return key_; } function in class:MockGlobalTileManagerClient
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/components/precache/core/
H A Dprecache_url_table.cc18 std::string GetKey(const GURL& url) { function in namespace:__anon6548
43 statement.BindString(0, GetKey(url));
52 statement.BindString(0, GetKey(url));
60 statement.BindString(0, GetKey(url));
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
H A Dturnserver_main.cc44 virtual bool GetKey(const std::string& username, const std::string& realm, function in class:TurnFileAuth
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtestturnserver.h84 virtual bool GetKey(const std::string& username, const std::string& realm, function in class:cricket::TestTurnServer
/external/chromium_org/third_party/skia/tests/
H A DDynamicHashTest.cpp17 static const int& GetKey(const Entry& entry) { return entry.key; } function in struct:__anon14637::Entry
/external/skia/tests/
H A DDynamicHashTest.cpp17 static const int& GetKey(const Entry& entry) { return entry.key; } function in struct:__anon29903::Entry
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Duser_context.cc51 const Key* UserContext::GetKey() const { function in class:chromeos::UserContext
55 Key* UserContext::GetKey() { function in class:chromeos::UserContext
/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));
/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_service_table.cc17 WebDatabaseTable::TypeKey GetKey() { function in namespace:__anon6575
27 return static_cast<TokenServiceTable*>(db->GetTable(GetKey()));
32 return 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/crypto/
H A Daead_base_decrypter_openssl.cc131 StringPiece AeadBaseDecrypter::GetKey() const { function in class:net::AeadBaseDecrypter
H A Dnull_decrypter.cc71 StringPiece NullDecrypter::GetKey() const { return StringPiece(); } function in class:net::NullDecrypter
H A Dnull_encrypter.cc59 StringPiece NullEncrypter::GetKey() const { return StringPiece(); } function in class:net::NullEncrypter
/external/chromium_org/third_party/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/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/chrome/browser/net/
H A Devicted_domain_cookie_counter.cc101 EvictedDomainCookieCounter::EvictedCookieKey key(GetKey(cookie));
121 EvictedDomainCookieCounter::GetKey(const net::CanonicalCookie& cookie) { function in class:chrome_browser_net::EvictedDomainCookieCounter
/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::__anon4825::SetKeyHelper
40 static const base::FilePath& GetKey(Iterator itr) { function in struct:sync_file_system::__anon4825::MapKeyHelper
58 normalized_path.IsParent(get_key_helper.GetKey(upper)))
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc148 RegistryDict* RegistryDict::GetKey(const std::string& name) { function in class:policy::RegistryDict
153 const RegistryDict* RegistryDict::GetKey(const std::string& name) const { function in class:policy::RegistryDict
325 const RegistryDict* key = GetKey(name);
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.cc38 base::NullableString16 DOMStorageCachedArea::GetKey(int connection_id, function in class:content::DOMStorageCachedArea
/external/chromium_org/crypto/
H A Dp224_spake.cc243 const std::string& P224EncryptedKeyExchange::GetKey() { function in class:crypto::P224EncryptedKeyExchange

Completed in 1790 milliseconds

123