| /external/chromium/chrome/common/extensions/ |
| extension_unpacker_unittest.cc | 17 namespace keys = extension_manifest_keys; 69 " Dictionary keys must be quoted.")));
|
| /external/chromium_org/build/android/ |
| surface_stats.py | 58 for name in results.keys(): 61 for name in results.keys():
|
| /external/chromium_org/chrome/browser/chromeos/accessibility/ |
| accessibility_manager.h | 68 // Enables or disable Sticky Keys. 71 // Returns true if the Sticky Keys is enabled, or false if not.
|
| /external/chromium_org/chrome/browser/chromeos/cros/ |
| network_parser.h | 23 // This takes a Value of a particular form, and maps the keys in the dictionary 65 // This takes a Value of a particular form, and uses the keys in the
|
| /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
| webrequest_action_unittest.cc | 69 namespace keys = declarative_webrequest_constants; 195 input.SetString(keys::kInstanceTypeKey, kUnknownActionType); 202 input.SetString(keys::kInstanceTypeKey, keys::kCancelRequestType); 228 correct_action.SetString(keys::kInstanceTypeKey, keys::kIgnoreRulesType); 229 correct_action.SetInteger(keys::kLowerPriorityThanKey, 10); 231 incorrect_action.SetString(keys::kInstanceTypeKey, kUnknownActionType);
|
| /external/chromium_org/chrome/browser/ |
| global_keyboard_shortcuts_mac.h | 15 // Either one of vkey_code or key_char must be specified. For keys 70 // [charactersIgnoringModifiers] for command keys. Similarly, on german
|
| /external/chromium_org/chrome/browser/policy/ |
| configuration_policy_provider_test.h | 33 // String policy keys. 40 // Policy definition list that contains entries for the keys above.
|
| policy_map.h | 93 // This includes keys that are present only in one of the maps. 94 // |differing_keys| is not cleared before the keys are added.
|
| /external/chromium_org/chrome/browser/value_store/ |
| leveldb_value_store.cc | 111 const std::vector<std::string>& keys) { 142 const std::vector<std::string>& keys) { 156 for (std::vector<std::string>::const_iterator it = keys.begin(); 157 it != keys.end(); ++it) { 196 NOTREACHED() << "IsNotFound() but iterating over all keys?!"; 258 const std::vector<std::string>& keys) { 268 for (std::vector<std::string>::const_iterator it = keys.begin(); 269 it != keys.end(); ++it) {
|
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| caching_rietveld_patcher.py | 12 ''' Append @version for keys to distinguish between different patchsets of 109 missing_paths = list(set(paths) - set(cached_value.keys()))
|
| /external/chromium_org/chrome/common/importer/ |
| firefox_importer_utils_win.cc | 32 // When installing Firefox with admin account, the product keys will be 33 // written under HKLM\Mozilla. Otherwise it the keys will be written under
|
| /external/chromium_org/chrome/installer/util/ |
| create_reg_key_work_item.cc | 53 // To create keys, we iterate from back to front. 90 // To delete keys, we iterate from front to back.
|
| /external/chromium_org/chrome/test/functional/ |
| chromeos_gsm_compliance.py | 65 self.NetworkScan().keys(),timeout=10, retry_sleep=1)) 71 for key in network_info.keys()])
|
| /external/chromium_org/chrome/test/functional/media/ |
| media_seek_perf.py | 75 "Object.keys(CachedState).join(',')", unique_url).split(',') 77 "Object.keys(SeekTestCase).join(',')", unique_url).split(',')
|
| /external/chromium_org/components/breakpad/ |
| breakpad_client.h | 106 // Register all of the potential crash keys that can be sent to the crash 107 // reporting server. Returns the size of the union of all keys.
|
| /external/chromium_org/crypto/ |
| ec_private_key_unittest.cc | 14 // TODO(mattm): When that happens, also add some exported keys from each to test 22 // Generate random private keys. Export, then re-import. We should get
|
| /external/chromium_org/net/ssl/ |
| openssl_client_key_store.h | 23 // certificate private keys, because the platforms where OpenSSL is 65 // Flush all recorded keys. Used only during testing.
|
| /external/chromium_org/ppapi/cpp/ |
| var_dictionary.h | 84 /// Gets all the keys in the dictionary. 86 /// @return An array var which contains all the keys of the dictionary.
|
| /external/chromium_org/ppapi/generators/ |
| idl_option.py | 61 for opt in sorted(OptionMap.keys()): 82 for name in sorted(OptionMap.keys()):
|
| /external/chromium_org/sync/internal_api/ |
| debug_info_event_listener.h | 101 // Cryptographer has keys that are not yet decrypted. 104 // Cryptographer is initialized and does not have pending keys.
|
| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| WebInputEventFactoryTestMac.mm | 69 // Test that arrow keys don't have numpad modifier set. 93 // Test that numpad keys get mapped correctly.
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
| ordered_dict.py | 73 keys = MutableMapping.keys variable in class:OrderedDict
|
| /external/chromium_org/third_party/WebKit/public/web/ |
| WebAutofillClient.h | 71 // the arrow keys to navigate to a suggestion. 79 // keys to navigate outside the range of possible selections.
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| apicoll.h | 92 * - comparison between collation keys 113 * This tests the sort keys generated by collator
|
| /external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
| cache.h | 5 // A Cache is an interface that maps keys to values. It has internal 81 // its cache keys.
|