Searched refs:GetKey (Results 51 - 75 of 169) sorted by relevance

1234567

/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.h38 base::NullableString16 GetKey(int connection_id, unsigned index);
/external/chromium_org/net/disk_cache/flash/
H A Dflash_entry_impl.h36 // thread, just as before; synchronous calls like GetKey() and GetDataSize() are
55 virtual std::string GetKey() const OVERRIDE;
/external/chromium_org/net/http/
H A Dhttp_pipelined_host_forced.cc59 const HttpPipelinedHost::Key& HttpPipelinedHostForced::GetKey() const { function in class:net::HttpPipelinedHostForced
H A Dhttp_pipelined_host_pool_unittest.cc64 virtual const Key& GetKey() const OVERRIDE { return key_; }
219 host_->GetKey().origin()));
223 host_->GetKey().origin()));
H A Dhttp_stream_factory_impl.cc327 while (ContainsKey(http_pipelining_request_map_, host->GetKey())) {
330 host->GetKey());
335 Request* request = *http_pipelining_request_map_[host->GetKey()].begin();
H A Dhttp_pipelined_host_forced_unittest.cc64 EXPECT_TRUE(key_.origin().Equals(host_->GetKey().origin()));
/external/chromium_org/net/quic/crypto/
H A Dnull_decrypter.cc71 StringPiece NullDecrypter::GetKey() const { return StringPiece(); } function in class:net::NullDecrypter
H A Daes_128_gcm_12_decrypter_openssl.cc138 StringPiece Aes128Gcm12Decrypter::GetKey() const { function in class:net::Aes128Gcm12Decrypter
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver_main.cc44 virtual bool GetKey(const std::string& username, const std::string& realm, function in class:TurnFileAuth
/external/chromium_org/v8/src/
H A Dproperty.cc113 GetKey()->ShortPrint(out);
/external/v8/src/
H A Dproperty.cc107 GetKey()->ShortPrint(out);
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification.cc215 notification_manager->CancelById(GetKey());
229 base::string16 replace_key = UTF8ToUTF16(GetKey());
237 new ChromeNotifierDelegate(GetKey(), notifier_service);
343 GetKey() == other.GetKey() &&
401 << " key is " << GetKey()
472 std::string SyncedNotification::GetKey() const { function in class:notifier::SyncedNotification
H A Dsynced_notification.h57 std::string GetKey() const;
/external/chromium/net/disk_cache/
H A Ddisk_cache.h152 virtual std::string GetKey() const = 0;
H A Dsparse_control.cc344 entry->GetKey());
366 sparse_header_.parent_key_len = entry_->GetKey().size();
412 static_cast<int>(entry_->GetKey().size()))
434 if (key == child_->GetKey())
489 return GenerateChildName(entry_->GetKey(), sparse_header_.signature,
H A Dmem_entry_impl.h97 virtual std::string GetKey() const;
/external/chromium_org/media/cdm/
H A Daes_decryptor.h110 DecryptionKey* GetKey(const std::string& key_id) const;
/external/chromium_org/net/disk_cache/
H A Dnet_log_parameters.cc21 dict->SetString("key", entry->GetKey());
H A Dtracing_cache_backend.cc19 virtual std::string GetKey() const OVERRIDE;
77 std::string EntryProxy::GetKey() const { function in class:disk_cache::EntryProxy
78 return entry_->GetKey();
/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h80 string key = far_reader->GetKey();
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.cc101 EvictedDomainCookieCounter::EvictedCookieKey key(GetKey(cookie));
116 EvictedDomainCookieCounter::GetKey(const net::CanonicalCookie& cookie) { function in class:chrome_browser_net::EvictedDomainCookieCounter
/external/chromium_org/net/disk_cache/v3/
H A Dsparse_control_v3.cc336 entry->GetKey());
383 sparse_header_.parent_key_len = entry_->GetKey().size();
430 static_cast<int>(entry_->GetKey().size()))
452 if (key == child_->GetKey())
630 return GenerateChildName(entry_->GetKey(), sparse_header_.signature,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc74 virtual std::string GetKey(const std::string& publisher_nick,
80 virtual std::string GetKey(const std::string& publisher_nick, function in class:buzz::PublishedNickKeySerializer
89 virtual std::string GetKey(const std::string& publisher_nick, function in class:buzz::PublisherAndPublishedNicksKeySerializer
149 std::string key = key_serializer_->GetKey(publisher_nick_, published_nick);
224 std::string key = key_serializer_->GetKey(
/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
324 const RegistryDict* key = GetKey(name);
/external/chromium_org/crypto/
H A Dp224_spake.cc243 const std::string& P224EncryptedKeyExchange::GetKey() { function in class:crypto::P224EncryptedKeyExchange

Completed in 705 milliseconds

1234567