Searched
full:keys (Results
951 -
975 of
5906) sorted by null
<<31323334353637383940>>
| /external/chromium_org/build/ |
| gyp_helper.py | 15 """Reads in a *.gyp_env file and applies the valid keys to os.environ."""
|
| /external/chromium_org/chrome/browser/accessibility/ |
| accessibility_extension_api_constants.h | 12 // Keys.
|
| /external/chromium_org/chrome/browser/chromeos/settings/ |
| mock_owner_key_util.h | 28 // Clears the public and private keys.
|
| /external/chromium_org/chrome/browser/chromeos/system_logs/ |
| lsb_release_log_source.h | 26 // and keys.
|
| /external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
| bookmark_api_constants.h | 13 // Keys.
|
| /external/chromium_org/chrome/browser/extensions/api/cookies/ |
| cookies_api.cc | 49 namespace keys = cookies_api_constants; 87 dict->SetBoolean(keys::kRemovedKey, details->removed); 92 dict->Set(keys::kCookieKey, cookie->ToValue().release()); 98 cause = keys::kExplicitChangeCause; 102 cause = keys::kOverwriteChangeCause; 106 cause = keys::kExpiredChangeCause; 110 cause = keys::kEvictedChangeCause; 114 cause = keys::kExpiredOverwriteChangeCause; 120 dict->SetString(keys::kCauseKey, cause); 126 DispatchEvent(profile, keys::kOnChanged, args.Pass(), cookie_domain) [all...] |
| cookies_api_constants.cc | 10 // Keys
|
| /external/chromium_org/chrome/browser/resources/chromeos/ |
| keyboard_overlay_accessibility_helper.js | 22 var keyData = keyboardGlyphData.keys[identifier];
|
| salsa.html | 31 keys</span> to change the selected treatment.
|
| /external/chromium_org/chrome/browser/sync/test/integration/performance/ |
| autofill_sync_perf_test.cc | 53 // Adds |num_keys| new autofill keys to the sync profile |profile|. 118 std::set<AutofillKey> keys; local 120 keys.insert(NextAutofillKey()); 122 autofill_helper::AddKeys(profile, keys);
|
| /external/chromium_org/chrome/browser/ui/startup/ |
| google_api_keys_infobar_delegate.cc | 47 GURL("http://www.chromium.org/developers/how-tos/api-keys"),
|
| /external/chromium_org/chrome/browser/ui/webui/extensions/ |
| extension_basic_info.cc | 15 // Keys in the dictionary returned by GetExtensionBasicInfo().
|
| /external/chromium_org/chrome/common/extensions/api/ |
| experimental_input_virtual_keyboard.json | 38 "description": "Bitmask representing the state of the system modifier keys."
|
| /external/chromium_org/chrome/common/extensions/api/extension_action/ |
| page_action_manifest_unittest.cc | 13 namespace keys = extension_manifest_keys; 119 // Test that keys "popup" and "default_popup" both work, but can not 137 keys::kPageActionDefaultPopup, 138 keys::kPageActionPopup));
|
| script_badge_handler.h | 32 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/api/file_handlers/ |
| file_handlers_parser.h | 50 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/api/i18n/ |
| default_locale_handler.h | 39 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/api/input_ime/ |
| input_components_handler.h | 65 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/api/managed_mode_private/ |
| managed_mode_handler.h | 38 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/api/plugins/ |
| plugins_handler.h | 45 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/api/storage/ |
| storage_schema_manifest_handler.h | 36 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/api/system_indicator/ |
| system_indicator_handler.cc | 47 const std::vector<std::string> SystemIndicatorHandler::Keys() const {
|
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| appengine_blobstore.py | 13 """A wrapper around the blobstore API, which stores the blob keys in
|
| blob_reference_store.py | 15 """A wrapper around the datastore API that can store blob keys.
|
| /external/chromium_org/chrome/common/extensions/ |
| manifest_handler.cc | 55 const std::vector<std::string> keys = Keys(); local 56 for (size_t i = 0; i < keys.size(); ++i) 57 GetRegistry()->RegisterManifestHandler(keys[i], this_linked);
|
Completed in 872 milliseconds
<<31323334353637383940>>