Searched refs:Keys (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DElementsPanelDescriptor.js92 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up)
96 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down)
100 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Right)
104 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Left)
108 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Enter)
112 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.H)
116 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F2)
120 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Tab)
124 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Tab, WebInspector.KeyboardShortcut.Modifiers.Shift)
128 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys
[all...]
H A DScriptsPanelDescriptor.js81 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Enter, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
85 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F8)
89 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F10),
90 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.SingleQuote, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
94 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F11),
95 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Semicolon, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
99 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F11, WebInspector.KeyboardShortcut.Modifiers.Shift),
100 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Semicolon, WebInspector.KeyboardShortcut.Modifiers.Shift | WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
116 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Period, WebInspector.KeyboardShortcut.Modifiers.Ctrl)
120 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys
[all...]
H A DHelpScreen.js101 WebInspector.KeyboardShortcut.Keys.Enter.code,
102 WebInspector.KeyboardShortcut.Keys.Esc.code,
103 WebInspector.KeyboardShortcut.Keys.Space.code,
/external/chromium_org/chrome/common/extensions/api/system_indicator/
H A Dsystem_indicator_handler.h23 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dsystem_indicator_handler.cc47 const std::vector<std::string> SystemIndicatorHandler::Keys() const { function in class:extensions::SystemIndicatorHandler
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dminimum_chrome_version_checker.h23 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dapp_isolation_info.h37 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dkiosk_enabled_info.h35 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dnacl_modules_handler.h36 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyStore.java46 private Hashtable Keys = new Hashtable(); field in class:MyKeyStore
64 if (Keys.containsKey(alias)) {
65 return (Key) Keys.get(alias);
96 Keys.put(alias, key);
116 Keys.put(alias, keyK);
131 if (Keys.containsKey(alias)) {
132 Keys.remove(alias);
146 if (Keys.containsKey(alias)) {
156 return (Keys.size() + Cert.size());
160 if (Keys
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs107 return new HashSet<object>(map.Keys.Cast<object>());
112 return new HashSet<TKey>(map.Keys);
118 return new HashSet<TKey>(map.Keys);
123 return new HashSet<object>(map.Keys.Cast<object>());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs113 return new HashSet<object>( map.Keys.Cast<object>() );
119 return new HashSet<TKey>( map.Keys );
126 return new HashSet<TKey>( map.Keys );
132 return new HashSet<object>( map.Keys.Cast<object>() );
/external/chromium_org/tools/stats_viewer/
H A DOpenDialog.cs39 if (e.KeyCode == Keys.Enter)
/external/chromium_org/chrome/common/extensions/
H A Dmanifest_url_handler.h68 virtual const std::vector<std::string> Keys() const OVERRIDE;
82 virtual const std::vector<std::string> Keys() const OVERRIDE;
96 virtual const std::vector<std::string> Keys() const OVERRIDE;
113 virtual const std::vector<std::string> Keys() const OVERRIDE;
127 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dincognito_handler.h36 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp166 std::vector<StringRef> Keys; local
167 for (; I != E ; ++I) { Keys.push_back(I->getKey()); }
168 sort(Keys.begin(), Keys.end());
171 for (unsigned i = 0, n = Keys.size(); i < n ; ++i) {
172 StringRef Key = Keys[i];
176 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n';
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs60 return data.Keys;
71 return data2.Keys;
83 return s.Keys;
/external/chromium_org/chrome/common/extensions/api/extension_action/
H A Dbrowser_action_handler.h28 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dpage_action_handler.h28 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dscript_badge_handler.h32 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/identity/
H A Doauth2_manifest_handler.h41 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/omnibox/
H A Domnibox_handler.h34 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/speech/
H A Dtts_engine_manifest_handler.h38 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/spellcheck/
H A Dspellcheck_handler.h34 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/storage/
H A Dstorage_schema_manifest_handler.h36 virtual const std::vector<std::string> Keys() const OVERRIDE;

Completed in 428 milliseconds

12345