OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keys
(Results
976 - 1000
of
5906
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.h
49
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
icons_handler.h
55
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
offline_enabled_info.h
38
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
requirements_handler.h
42
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
sandboxed_page_info.h
50
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
theme_handler.h
54
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/
web_accessible_resources_handler.h
43
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
/external/chromium_org/chrome/installer/util/
delete_reg_key_work_item.h
36
// one of the predefined
keys
on Windows.
delete_reg_value_work_item.h
45
// only be one of the predefined
keys
on Windows.
/external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js
6
* Enum for modifier
keys
, same as DevTools protocol.
/external/chromium_org/crypto/
curve25519.cc
27
// See "Computing public
keys
" section of http://cr.yp.to/ecdh.html.
/external/chromium_org/extensions/browser/
pref_names.h
14
// Preference
keys
which are needed by both the ExtensionPrefs and by external
/external/chromium_org/extensions/common/
event_matcher.h
47
// The valid filter
keys
are event-specific.
/external/chromium_org/ios/public/consumer/base/
supports_user_data.h
27
// Multiple user data values can be stored under different
keys
.
/external/chromium_org/media/tools/layout_tests/
layouttests_unittest.py
22
self.assertTrue(any(['media/' in k for k in test_info_map.
keys
()]),
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_tkAssocDestroy.c
67
/* Remove assoc from thread's
keys
chain */
79
if (assoc->thread->
keys
== assoc)
81
/* We're at the head of the thread's
keys
chain */
82
assoc->thread->
keys
= next;
/external/chromium_org/net/quic/crypto/
ephemeral_key_source.h
19
// EphemeralKeySource manages and rotates ephemeral
keys
as they can be reused
key_exchange.h
26
// generate forward-secure
keys
.)
/external/chromium_org/net/spdy/
spdy_http_utils.h
40
// scheme, host and path from the protocol specific
keys
.
/external/chromium_org/ppapi/generators/
idl_propertynode.py
17
#
keys
to values, such that a local dictionary is search first,
61
# Regular expression to parse property
keys
in a string such that a string
66
return self.property_map.
keys
()
68
# Recursively expands text
keys
in the form of $KEY$ with the value
/external/chromium_org/remoting/host/
keygen_main.cc
6
// generates new
keys
and prints them on stdout.
/external/chromium_org/remoting/tools/
keygen.py
39
pub is the corresponding public key. Both
keys
are BASE64 encoded."""
/external/chromium_org/sync/protocol/
device_info_specifics.proto
5
// Sync protocol datatype extension for nigori
keys
.
encryption.proto
26
// keep track of all
keys
, assign each key a name (by using that key to encrypt
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dialog.js
51
WebInspector.KeyboardShortcut.
Keys
.Enter.code,
52
WebInspector.KeyboardShortcut.
Keys
.Esc.code,
120
if (event.keyCode === WebInspector.KeyboardShortcut.
Keys
.Tab.code) {
125
if (event.keyCode === WebInspector.KeyboardShortcut.
Keys
.Enter.code)
Completed in 965 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>