HomeSort by relevance Sort by last modified time
    Searched defs:KeyType (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
key_pair.js 9 var KeyType = keyModule.KeyType;
21 this.publicKey = new Key(KeyType.public,
26 this.privateKey = new Key(KeyType.private,
key.js 8 * 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/components/dom_distiller/core/
dom_distiller_model.h 60 typedef int32 KeyType;
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/ui/wm/core/
accelerator_delegate.h 20 enum KeyType {
28 KeyType key_type) = 0;