/external/chromium_org/chrome/browser/webdata/ |
logins_table.cc | 15 WebDatabaseTable::TypeKey GetKey() { 25 return static_cast<LoginsTable*>(db->GetTable(GetKey())); 29 return GetKey();
|
token_service_table.cc | 17 WebDatabaseTable::TypeKey GetKey() { 27 return static_cast<TokenServiceTable*>(db->GetTable(GetKey())); 32 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/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/net/http/ |
http_pipelined_host_forced.cc | 59 const HttpPipelinedHost::Key& HttpPipelinedHostForced::GetKey() const {
|
http_pipelined_host_impl.cc | 80 const HttpPipelinedHost::Key& HttpPipelinedHostImpl::GetKey() const {
|
/external/chromium_org/net/quic/crypto/ |
null_decrypter.cc | 71 StringPiece NullDecrypter::GetKey() const { return StringPiece(); }
|
aes_128_gcm_12_decrypter_openssl.cc | 138 StringPiece Aes128Gcm12Decrypter::GetKey() const {
|
null_encrypter.cc | 59 StringPiece NullEncrypter::GetKey() const { return StringPiece(); }
|
aes_128_gcm_12_encrypter_openssl.cc | 169 StringPiece Aes128Gcm12Encrypter::GetKey() const {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
testturnserver.h | 84 virtual bool GetKey(const std::string& username, const std::string& realm,
|
turnserver_main.cc | 44 virtual bool GetKey(const std::string& username, const std::string& realm,
|
/external/chromium_org/v8/tools/testrunner/network/ |
perfdata.py | 65 def GetKey(self, test): 72 key = self.GetKey(test) 79 testkey = self.GetKey(test)
|
/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));
|
/external/chromium_org/net/disk_cache/flash/ |
flash_entry_impl.cc | 58 std::string FlashEntryImpl::GetKey() const {
|
/external/chromium_org/chrome/browser/net/ |
evicted_domain_cookie_counter.cc | 101 EvictedDomainCookieCounter::EvictedCookieKey key(GetKey(cookie)); 116 EvictedDomainCookieCounter::GetKey(const net::CanonicalCookie& cookie) {
|
/external/chromium_org/crypto/ |
p224_spake.cc | 243 const std::string& P224EncryptedKeyExchange::GetKey() {
|
/external/chromium_org/net/base/ |
url_util.cc | 86 std::string QueryIterator::GetKey() const { 131 if (it.GetKey() == search_key) {
|
/external/skia/tests/ |
DynamicHashTest.cpp | 19 const int& GetKey(const Entry& entry) { return entry.key; } 23 class Hash : public SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> { 33 typedef SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> INHERITED;
|
/external/chromium_org/components/policy/core/common/ |
registry_dict_win.cc | 148 RegistryDict* RegistryDict::GetKey(const std::string& name) { 153 const RegistryDict* RegistryDict::GetKey(const std::string& name) const { 324 const RegistryDict* key = GetKey(name);
|
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_cached_area.cc | 38 base::NullableString16 DOMStorageCachedArea::GetKey(int connection_id,
|
/external/chromium_org/net/tools/quic/ |
quic_in_memory_cache.cc | 73 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 {
|
/external/openfst/src/include/fst/extensions/far/ |
stlist.h | 243 const string &GetKey() const {
|
/external/chromium/net/disk_cache/ |
mem_entry_impl.cc | 149 std::string MemEntryImpl::GetKey() const {
|