KeyType            34 base/containers/mru_cache.h template <class KeyType, class ValueType>
KeyType            42 base/containers/mru_cache.h template <class KeyType, class PayloadType, class DeletorType,
KeyType            90 base/containers/mru_cache.h   iterator Put(const KeyType& key, const PayloadType& payload) {
KeyType           113 base/containers/mru_cache.h   iterator Get(const KeyType& key) {
KeyType           126 base/containers/mru_cache.h   iterator Peek(const KeyType& key) {
KeyType           133 base/containers/mru_cache.h   const_iterator Peek(const KeyType& key) const {
KeyType           222 base/containers/mru_cache.h template <class KeyType, class PayloadType>
KeyType           223 base/containers/mru_cache.h class MRUCache : public MRUCacheBase<KeyType,
KeyType           255 base/containers/mru_cache.h template <class KeyType, class PayloadType>
KeyType           257 base/containers/mru_cache.h     : public MRUCacheBase<KeyType,
KeyType           278 base/containers/mru_cache.h template <class KeyType, class ValueType>
KeyType           286 base/containers/mru_cache.h template <class KeyType, class PayloadType>
KeyType           287 base/containers/mru_cache.h class HashingMRUCache : public MRUCacheBase<KeyType,
KeyType           152 base/containers/small_map.h template <typename KeyType, typename ValueType>
KeyType           153 base/containers/small_map.h struct select_equal_key< std::map<KeyType, ValueType>, false> {
KeyType           155 base/containers/small_map.h     bool operator()(const KeyType& left, const KeyType& right) {
KeyType           160 base/containers/small_map.h template <typename KeyType, typename ValueType>
KeyType           161 base/containers/small_map.h struct select_equal_key< base::hash_map<KeyType, ValueType>, false> {
KeyType           163 base/containers/small_map.h     bool operator()(const KeyType& left, const KeyType& right) {
KeyType            58 base/id_map.h    KeyType Add(T* data) {
KeyType            61 base/id_map.h      KeyType this_id = next_id_;
KeyType            72 base/id_map.h    void AddWithID(T* data, KeyType id) {
KeyType            79 base/id_map.h    void Remove(KeyType id) {
KeyType           111 base/id_map.h    T* Lookup(KeyType id) const {
KeyType           170 base/id_map.h      KeyType GetCurrentKey() const {
KeyType           230 base/id_map.h      for (std::set<KeyType>::const_iterator i = removed_ids_.begin();
KeyType           244 base/id_map.h    std::set<KeyType> removed_ids_;
KeyType           247 base/id_map.h    KeyType next_id_;
KeyType            18 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetBoolean(const KeyType& key, bool value) {
KeyType            22 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetInteger(const KeyType& key, int value) {
KeyType            26 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetDouble(const KeyType& key, double value) {
KeyType            30 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetString(const KeyType& key, const std::string& value) {
KeyType            34 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetString(const KeyType& key, const base::string16& value) {
KeyType            38 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::GetBoolean(const KeyType& key) {
KeyType            42 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::GetBoolean(const KeyType& key, bool default_value) {
KeyType            46 chrome/browser/chromeos/login/screens/screen_context.cc int ScreenContext::GetInteger(const KeyType& key) {
KeyType            50 chrome/browser/chromeos/login/screens/screen_context.cc int ScreenContext::GetInteger(const KeyType& key, int default_value) {
KeyType            54 chrome/browser/chromeos/login/screens/screen_context.cc double ScreenContext::GetDouble(const KeyType& key) {
KeyType            58 chrome/browser/chromeos/login/screens/screen_context.cc double ScreenContext::GetDouble(const KeyType& key, double default_value) {
KeyType            62 chrome/browser/chromeos/login/screens/screen_context.cc std::string ScreenContext::GetString(const KeyType& key) {
KeyType            66 chrome/browser/chromeos/login/screens/screen_context.cc std::string ScreenContext::GetString(const KeyType& key,
KeyType            71 chrome/browser/chromeos/login/screens/screen_context.cc base::string16 ScreenContext::GetString16(const KeyType& key) {
KeyType            75 chrome/browser/chromeos/login/screens/screen_context.cc base::string16 ScreenContext::GetString16(const KeyType& key,
KeyType            80 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::HasKey(const KeyType& key) const {
KeyType           113 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::Set(const KeyType& key, base::Value* value) {
KeyType            43 chrome/browser/chromeos/login/screens/screen_context.h   bool SetBoolean(const KeyType& key, bool value);
KeyType            44 chrome/browser/chromeos/login/screens/screen_context.h   bool SetInteger(const KeyType& key, int value);
KeyType            45 chrome/browser/chromeos/login/screens/screen_context.h   bool SetDouble(const KeyType& key, double value);
KeyType            46 chrome/browser/chromeos/login/screens/screen_context.h   bool SetString(const KeyType& key, const std::string& value);
KeyType            47 chrome/browser/chromeos/login/screens/screen_context.h   bool SetString(const KeyType& key, const base::string16& value);
KeyType            49 chrome/browser/chromeos/login/screens/screen_context.h   bool GetBoolean(const KeyType& key);
KeyType            50 chrome/browser/chromeos/login/screens/screen_context.h   bool GetBoolean(const KeyType& key, bool default_value);
KeyType            51 chrome/browser/chromeos/login/screens/screen_context.h   int GetInteger(const KeyType& key);
KeyType            52 chrome/browser/chromeos/login/screens/screen_context.h   int GetInteger(const KeyType& key, int default_value);
KeyType            53 chrome/browser/chromeos/login/screens/screen_context.h   double GetDouble(const KeyType& key);
KeyType            54 chrome/browser/chromeos/login/screens/screen_context.h   double GetDouble(const KeyType& key, double default_value);
KeyType            55 chrome/browser/chromeos/login/screens/screen_context.h   std::string GetString(const KeyType& key);
KeyType            56 chrome/browser/chromeos/login/screens/screen_context.h   std::string GetString(const KeyType& key, const std::string& default_value);
KeyType            57 chrome/browser/chromeos/login/screens/screen_context.h   base::string16 GetString16(const KeyType& key);
KeyType            58 chrome/browser/chromeos/login/screens/screen_context.h   base::string16 GetString16(const KeyType& key,
KeyType            62 chrome/browser/chromeos/login/screens/screen_context.h   bool HasKey(const KeyType& key) const;
KeyType            79 chrome/browser/chromeos/login/screens/screen_context.h   bool Set(const KeyType& key, base::Value* value);
KeyType            82 chrome/browser/chromeos/login/screens/screen_context.h   T Get(const KeyType& key) {
KeyType            96 chrome/browser/chromeos/login/screens/screen_context.h   T Get(const KeyType& key, const T& default_value) {
KeyType            19 components/autofill/core/browser/webdata/autofill_change.h template <typename KeyType>
KeyType            31 components/autofill/core/browser/webdata/autofill_change.h   const KeyType& key() const { return key_; }
KeyType            34 components/autofill/core/browser/webdata/autofill_change.h   GenericAutofillChange(Type type, const KeyType& key)
KeyType            39 components/autofill/core/browser/webdata/autofill_change.h   KeyType key_;
KeyType            31 components/dom_distiller/core/dom_distiller_model.cc   KeyType key = 0;
KeyType            41 components/dom_distiller/core/dom_distiller_model.cc   KeyType key = 0;
KeyType            50 components/dom_distiller/core/dom_distiller_model.cc                                    KeyType* key) const {
KeyType            61 components/dom_distiller/core/dom_distiller_model.cc bool DomDistillerModel::GetKeyByUrl(const GURL& url, KeyType* key) const {
KeyType            72 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::GetEntryByKey(KeyType key, ArticleEntry* entry) const {
KeyType           147 components/dom_distiller/core/dom_distiller_model.cc   KeyType key = next_key_++;
KeyType           158 components/dom_distiller/core/dom_distiller_model.cc   KeyType key = 0;
KeyType            62 components/dom_distiller/core/dom_distiller_model.h   typedef base::hash_map<std::string, KeyType> StringToKeyMap;
KeyType            69 components/dom_distiller/core/dom_distiller_model.h   bool GetKeyById(const std::string& entry_id, KeyType* key) const;
KeyType            70 components/dom_distiller/core/dom_distiller_model.h   bool GetKeyByUrl(const GURL& url, KeyType* key) const;
KeyType            74 components/dom_distiller/core/dom_distiller_model.h   void GetEntryByKey(KeyType key, ArticleEntry* entry) const;
KeyType            80 components/dom_distiller/core/dom_distiller_model.h   KeyType next_key_;
KeyType           119 content/browser/indexed_db/indexed_db_dispatcher_host.h     KeyType Add(RefCountedType* data) {
KeyType           123 content/browser/indexed_db/indexed_db_dispatcher_host.h     RefCountedType* Lookup(KeyType id) {
KeyType           130 content/browser/indexed_db/indexed_db_dispatcher_host.h     void Remove(KeyType id) { map_.Remove(id); }
KeyType           840 content/browser/indexed_db/indexed_db_leveldb_coding.cc template <typename KeyType>
KeyType           845 content/browser/indexed_db/indexed_db_leveldb_coding.cc   KeyType key_a;
KeyType           846 content/browser/indexed_db/indexed_db_leveldb_coding.cc   KeyType key_b;
KeyType           849 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (!KeyType::Decode(&slice_a, &key_a)) {
KeyType           854 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (!KeyType::Decode(&slice_b, &key_b)) {
KeyType           863 content/browser/indexed_db/indexed_db_leveldb_coding.cc template <typename KeyType>
KeyType           820 content/child/webcrypto/platform_crypto_nss.cc     KeyType key_type,
KeyType           864 content/child/webcrypto/platform_crypto_nss.cc   const KeyType sec_key_type = SECKEY_GetPublicKeyType(sec_public_key.get());
KeyType           999 content/child/webcrypto/platform_crypto_nss.cc   const KeyType sec_key_type = SECKEY_GetPrivateKeyType(private_key.get());
KeyType            17 net/base/expiring_cache.h template <typename KeyType,
KeyType            22 net/base/expiring_cache.h   void Handle(const KeyType& key,
KeyType            67 net/base/expiring_cache.h template <typename KeyType,
KeyType            71 net/base/expiring_cache.h           typename EvictionHandler = NoopEvictionHandler<KeyType,
KeyType            86 net/base/expiring_cache.h   typedef KeyType key_type;
KeyType           102 net/base/expiring_cache.h     const KeyType& key() const { return it_->first; }
KeyType           125 net/base/expiring_cache.h   const ValueType* Get(const KeyType& key, const ExpirationType& now) {
KeyType           140 net/base/expiring_cache.h   void Put(const KeyType& key,
KeyType           608 net/third_party/nss/ssl/derive.c     KeyType	      privKeytype;
KeyType          4496 net/third_party/nss/ssl/ssl3con.c ssl3_TLSSignatureAlgorithmForKeyType(KeyType keyType,
KeyType          4522 net/third_party/nss/ssl/ssl3con.c     KeyType keyType;
KeyType          6251 net/third_party/nss/ssl/ssl3con.c     KeyType       keyType;
KeyType          1948 net/third_party/nss/ssl/sslimpl.h                                          PRBool isTLS, KeyType keyType);
KeyType           205 net/third_party/nss/ssl/sslplatf.c                            PRBool isTLS, KeyType keyType)
KeyType           329 net/third_party/nss/ssl/sslplatf.c                             PRBool isTLS, KeyType keyType)
KeyType           461 net/third_party/nss/ssl/sslplatf.c                         PRBool isTLS, KeyType keyType)
KeyType           579 net/third_party/nss/ssl/sslplatf.c                         PRBool isTLS, KeyType keyType)
KeyType           759 net/third_party/nss/ssl/sslplatf.c                         PRBool isTLS, KeyType keyType)