Searched refs:KeyType (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.h37 typedef std::string KeyType; typedef in class:chromeos::ScreenContext
43 bool SetBoolean(const KeyType& key, bool value);
44 bool SetInteger(const KeyType& key, int value);
45 bool SetDouble(const KeyType& key, double value);
46 bool SetString(const KeyType& key, const std::string& value);
47 bool SetString(const KeyType& key, const base::string16& value);
48 bool SetStringList(const KeyType& key, const StringList& value);
49 bool SetString16List(const KeyType& key, const String16List& value);
51 bool GetBoolean(const KeyType& key) const;
52 bool GetBoolean(const KeyType
[all...]
H A Dscreen_context.cc33 bool ScreenContext::SetBoolean(const KeyType& key, bool value) {
37 bool ScreenContext::SetInteger(const KeyType& key, int value) {
41 bool ScreenContext::SetDouble(const KeyType& key, double value) {
45 bool ScreenContext::SetString(const KeyType& key, const std::string& value) {
49 bool ScreenContext::SetString(const KeyType& key, const base::string16& value) {
53 bool ScreenContext::SetStringList(const KeyType& key, const StringList& value) {
57 bool ScreenContext::SetString16List(const KeyType& key,
62 bool ScreenContext::GetBoolean(const KeyType& key) const {
66 bool ScreenContext::GetBoolean(const KeyType& key, bool default_value) const {
70 int ScreenContext::GetInteger(const KeyType
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PersistentValueMap.h48 template<class KeyType, class ValueType, bool is_weak>
52 typedef HashMap<KeyType, v8::PersistentContainerValue> Impl;
63 static KeyType Key(Iterator& iter) { return iter->key; }
65 Impl* impl, KeyType key, v8::PersistentContainerValue value)
71 static v8::PersistentContainerValue Get(const Impl* impl, KeyType key)
76 static v8::PersistentContainerValue Remove(Impl* impl, KeyType key)
83 typedef v8::PersistentValueMap<KeyType, ValueType, V8PersistentValueMapTraits<KeyType, ValueType, is_weak> > MapType;
87 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, KeyType key, const v8::Local<ValueType>& value)
102 static KeyType KeyFromWeakCallbackDat
[all...]
H A DDOMWrapperMap.h42 template<class KeyType>
51 v8::Handle<v8::Object> newLocal(KeyType* key, v8::Isolate* isolate)
56 bool setReturnValueFrom(v8::ReturnValue<v8::Value> returnValue, KeyType* key)
61 void setReference(const v8::Persistent<v8::Object>& parent, KeyType* key, v8::Isolate* isolate)
66 bool containsKey(KeyType* key)
71 void set(KeyType* key, v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo)
73 ASSERT(reinterpret_cast<KeyType*>(toScriptWrappableBase(wrapper)) == key);
85 void removeAndDispose(KeyType* key)
95 typedef HashMap<KeyType*, v8::PersistentContainerValue> Impl;
106 static KeyType* Ke
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dkey_pair.js9 var KeyType = keyModule.KeyType; variable
21 this.publicKey = new Key(KeyType.public,
26 this.privateKey = new Key(KeyType.private,
H A Dkey.js8 * Enum of possible key types (subset of WebCrypto.KeyType).
11 var KeyType = {
27 * @param {KeyType} type The type of the new key.
73 exports.KeyType = KeyType;
/external/chromium_org/ui/wm/core/
H A Daccelerator_delegate.h20 enum KeyType { enum in class:wm::AcceleratorDelegate
28 KeyType key_type) = 0;
/external/openfst/src/include/fst/
H A Dgeneric-register.h27 // objects of KeyType and EntryType.
28 // KeyType must:
40 template<class KeyType, class EntryType, class RegisterType>
43 typedef KeyType Key;
53 void SetEntry(const KeyType &key,
60 EntryType GetEntry(const KeyType &key) const {
74 virtual EntryType LoadEntryFromSharedObject(const KeyType &key) const {
96 virtual string ConvertKeyToSoFilename(const KeyType& key) const = 0;
99 const KeyType &key) const {
112 typedef map<KeyType, EntryTyp
[all...]
/external/chromium_org/chromeos/login/auth/
H A Dkey.h18 enum KeyType { enum in class:chromeos::Key
35 Key(KeyType key_type, const std::string& salt, const std::string& secret);
40 KeyType GetKeyType() const;
48 void Transform(KeyType target_key_type, const std::string& salt);
51 KeyType key_type_;
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_model.h60 typedef int32 KeyType; typedef in class:dom_distiller::DomDistillerModel
61 typedef base::hash_map<KeyType, ArticleEntry> EntryMap;
62 typedef base::hash_map<std::string, KeyType> StringToKeyMap;
69 bool GetKeyById(const std::string& entry_id, KeyType* key) const;
70 bool GetKeyByUrl(const GURL& url, KeyType* key) const;
74 void GetEntryByKey(KeyType key, ArticleEntry* entry) const;
80 KeyType next_key_;
/external/chromium_org/third_party/skia/tests/
H A DGrBinHashKeyTest.cpp16 template<typename KeyType> static void TestHash(skiatest::Reporter* reporter) {
22 KeyType keyA;
25 KeyType keyA2(keyA);
33 KeyType keyB;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashIterators.h31 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstKeysIterator;
32 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstValuesIterator;
33 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableKeysIterator;
34 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableValuesIterator;
36 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstIteratorAdapter<HashTableType, KeyValuePair<KeyType, MappedType> > {
38 typedef KeyValuePair<KeyType, MappedType> ValueType;
40 typedef HashTableConstKeysIterator<HashTableType, KeyType, MappedType> Keys;
41 typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> Values;
59 template<typename HashTableType, typename KeyType, typenam
[all...]
/external/chromium_org/components/copresence/
H A Dtimed_map.h24 template <typename KeyType, typename ValueType>
37 void Add(const KeyType& key, const ValueType& value) {
44 bool HasKey(const KeyType& key) {
49 const ValueType& GetValue(const KeyType& key) {
51 typename std::map<KeyType, ValueType>::const_iterator elt = map_.find(key);
71 typedef std::pair<KeyType, base::TimeTicks> KeyTimeTuple;
90 std::map<KeyType, ValueType> map_;
/external/chromium_org/base/containers/
H A Dmru_cache.h34 template <class KeyType, class ValueType>
36 typedef std::map<KeyType, ValueType> Type;
42 template <class KeyType, class PayloadType, class DeletorType,
48 typedef std::pair<KeyType, PayloadType> value_type;
52 typedef typename MapType<KeyType,
90 iterator Put(const KeyType& key, const PayloadType& payload) {
113 iterator Get(const KeyType& key) {
126 iterator Peek(const KeyType& key) {
133 const_iterator Peek(const KeyType& key) const {
222 template <class KeyType, clas
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/
H A DTestSort.cc24 template<typename KeyType>
27 KeyType key;
48 template<typename DataType, typename KeyType>
51 KeyType keyX = ((const DataType*)dataX)->key;
52 KeyType keyY = ((const DataType*)dataY)->key;
127 template<typename KeyType>
132 KeyType key[DataLength];
133 KeyType keyRef[DataLength];
134 LotsOfData<KeyType> data[DataLength];
135 LotsOfData<KeyType> dataRe
[all...]
/external/clang/test/SemaCXX/
H A DPR11358.cpp29 template <typename KeyType, typename ValueType>
30 void MapTest(hash_map<KeyType, ValueType> map) {
31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp23 template<typename KeyType>
26 KeyType key;
47 template<typename DataType, typename KeyType>
50 KeyType keyX = ((const DataType*)dataX)->key;
51 KeyType keyY = ((const DataType*)dataY)->key;
126 template<typename KeyType>
131 KeyType key[DataLength];
132 KeyType keyRef[DataLength];
133 LotsOfData<KeyType> data[DataLength];
134 LotsOfData<KeyType> dataRe
[all...]
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h21 typedef int KeyType; typedef in struct:Eigen::StdMapTraits
22 typedef std::map<KeyType,Scalar> Type;
27 static void setInvalidKey(Type&, const KeyType&) {} argument
49 typedef int KeyType; typedef in struct:Eigen::StdUnorderedMapTraits
50 typedef std::unordered_map<KeyType,Scalar> Type;
55 static void setInvalidKey(Type&, const KeyType&) {} argument
66 typedef int KeyType; typedef in struct:Eigen::GoogleDenseHashMapTraits
67 typedef google::dense_hash_map<KeyType,Scalar> Type;
72 static void setInvalidKey(Type& map, const KeyType& k)
84 typedef int KeyType; typedef in struct:Eigen::GoogleSparseHashMapTraits
90 setInvalidKey(Type&, const KeyType&) argument
164 typedef typename MapTraits<ScalarWrapper>::KeyType KeyType; typedef in class:Eigen::RandomSetter
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h28 typedef ConstString KeyType; typedef in class:lldb_private::TypeCategoryMap
35 typedef std::map<KeyType, ValueSP> MapType;
47 Add (KeyType name,
51 Delete (KeyType name);
54 Enable (KeyType category_name,
58 Disable (KeyType category_name);
71 Get (KeyType name,
143 friend class FormatNavigator<KeyType, ValueType>;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_change.h17 // For classic Autofill form fields, the KeyType is AutofillKey.
19 template <typename KeyType>
31 const KeyType& key() const { return key_; }
34 GenericAutofillChange(Type type, const KeyType& key)
39 KeyType key_;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsort.cc80 template<typename KeyType>
82 KeyType key_;
170 template <typename KeyType>
172 bool operator()(const SortKey<KeyType>& sort_key_x,
173 const SortKey<KeyType>& sort_key_y) const {
178 template <typename KeyType>
180 KeyType operator()(const SortKey<KeyType>& sort_key,
205 template<typename KeyType>
207 SortKey<KeyType>*
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc91 template<typename KeyType>
94 KeyType key;
202 template <typename KeyType>
205 bool operator()(const SortKey<KeyType>& sortKeyX,
206 const SortKey<KeyType>& sortKeyY) const
212 template <typename KeyType>
215 KeyType operator()(const SortKey<KeyType>& sortKey,
244 template<typename KeyType>
246 SortKey<KeyType>*
[all...]
/external/chromium_org/net/base/
H A Dexpiring_cache.h17 template <typename KeyType,
22 void Handle(const KeyType& key,
33 // KeyType must be LessThanComparable, Assignable, and CopyConstructible.
67 template <typename KeyType,
71 typename EvictionHandler = NoopEvictionHandler<KeyType,
83 typedef std::map<KeyType, Entry> EntryMap;
86 typedef KeyType key_type;
102 const KeyType& key() const { return it_->first; }
125 const ValueType* Get(const KeyType& key, const ExpirationType& now) {
140 void Put(const KeyType
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DLookupKey.java24 * the server. There are two key types: {@code KeyType#DATA} or {@code KeyType#EXAMPLES}.
26 * <p> The {@code KeyType#DATA} key is built based on a universal Address hierarchy, which is:<br>
31 * <p> The {@code KeyType#EXAMPLES} key is built with the following format:<br>
39 * to know how to verify or format an US address, you need to use {@link KeyType#DATA} to get
40 * that info; if you want to get an example address, you use {@link KeyType#EXAMPLES} instead.
42 enum KeyType { enum in class:LookupKey
97 private final KeyType mKeyType;
118 * {@link KeyType#EXAMPLES}.
127 if (mKeyType != KeyType
[all...]
/external/chromium_org/ash/accelerators/
H A Daccelerator_delegate.h23 KeyType key_type) OVERRIDE;

Completed in 1370 milliseconds

123