Searched refs:Keys (Results 101 - 125 of 141) sorted by relevance

123456

/external/chromium_org/extensions/common/manifest_handlers/
H A Drequirements_info.cc55 const std::vector<std::string> RequirementsHandler::Keys() const { function in class:extensions::RequirementsHandler
H A Dwebview_info.cc178 const std::vector<std::string> WebviewHandler::Keys() const { function in class:extensions::WebviewHandler
H A Dbackground_info.cc310 const std::vector<std::string> BackgroundManifestHandler::Keys() const { function in class:extensions::BackgroundManifestHandler
H A Dexternally_connectable.cc84 const std::vector<std::string> ExternallyConnectableHandler::Keys() const { function in class:extensions::ExternallyConnectableHandler
H A Doptions_page_info.cc221 const std::vector<std::string> OptionsPageManifestHandler::Keys() const { function in class:extensions::OptionsPageManifestHandler
H A Dshared_module_info.cc255 const std::vector<std::string> SharedModuleHandler::Keys() const { function in class:extensions::SharedModuleHandler
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DFilteredItemSelectionDialog.js289 case WebInspector.KeyboardShortcut.Keys.Down.code:
295 case WebInspector.KeyboardShortcut.Keys.Up.code:
301 case WebInspector.KeyboardShortcut.Keys.PageDown.code:
306 case WebInspector.KeyboardShortcut.Keys.PageUp.code:
H A DAdvancedSearchView.js285 case WebInspector.KeyboardShortcut.Keys.Enter.code:
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft23 ATTRIBUTE MS-CHAP-MPPE-Keys 12 string Microsoft
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsoleView.js720 section.addKey(shortcut.makeDescriptor(shortcut.Keys.Tab), WebInspector.UIString("Autocomplete common prefix"));
721 section.addKey(shortcut.makeDescriptor(shortcut.Keys.Right), WebInspector.UIString("Accept suggestion"));
728 shortcut.makeDescriptor(shortcut.Keys.Down),
729 shortcut.makeDescriptor(shortcut.Keys.Up)
741 section.addKey(shortcut.makeDescriptor(shortcut.Keys.Enter), WebInspector.UIString("Execute command"));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DSearchableView.js138 WebInspector.SearchableView._findShortcuts.push(WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F3));
149 WebInspector.SearchableView._cancelSearchShortcuts = [WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Esc)];
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
432 public ICollection Keys property in class:Antlr.Runtime.Collections.HashList
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.cc289 const std::vector<std::string> FileBrowserHandlerParser::Keys() const { function in class:FileBrowserHandlerParser
/external/chromium_org/chrome/common/extensions/api/input_ime/
H A Dinput_components_handler.cc238 const std::vector<std::string> InputComponentsHandler::Keys() const { function in class:extensions::InputComponentsHandler
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc308 const std::vector<std::string> AppLaunchManifestHandler::Keys() const { function in class:extensions::AppLaunchManifestHandler
H A Dsettings_overrides_handler.cc181 const std::vector<std::string> SettingsOverridesHandler::Keys() const { function in class:extensions::SettingsOverridesHandler
H A Dtheme_handler.cc218 const std::vector<std::string> ThemeHandler::Keys() const { function in class:extensions::ThemeHandler
H A Dautomation.cc191 const std::vector<std::string> AutomationHandler::Keys() const { function in class:extensions::AutomationHandler
H A Dcontent_scripts_handler.cc389 const std::vector<std::string> ContentScriptsHandler::Keys() const { function in class:extensions::ContentScriptsHandler
/external/chromium_org/extensions/common/
H A Dmanifest_handler.cc57 const std::vector<std::string> keys = Keys();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DInplaceEditor.js155 else if (event.keyCode === WebInspector.KeyboardShortcut.Keys.Esc.code || event.keyIdentifier === "U+001B")
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DMain.js389 actionKeys.push({keyCode: WebInspector.KeyboardShortcut.Keys.F8.code});
480 section.addKey(shortcut.makeDescriptor(shortcut.Keys.Tilde, shortcut.Modifiers.Ctrl), toggleConsoleLabel);
481 section.addKey(shortcut.makeDescriptor(shortcut.Keys.Esc), WebInspector.UIString("Toggle drawer"));
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashMap.h168 typedef typename HashMapType::iterator::Keys iterator;
169 typedef typename HashMapType::const_iterator::Keys const_iterator;
472 typedef typename HashMap<T, U, V, W, X, Y>::const_iterator::Keys iterator;
/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java1861 static abstract class Keys<K, V> extends AbstractMultiset<K> { class in class:Multimaps
1902 return Keys.this;
2701 return (keys == null) ? keys = new Keys() : keys;
2704 class Keys extends Multimaps.Keys<K, V> { class in class:Multimaps.FilteredMultimap
2734 class EntrySet extends Multimaps.Keys<K, V>.KeysEntrySet {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java1772 static abstract class Keys<K, V> extends AbstractMultiset<K> { class in class:Multimaps
1813 return Keys.this;
2484 return (keys == null) ? keys = new Keys() : keys;
2487 class Keys extends Multimaps.Keys<K, V> { class in class:Multimaps.FilteredMultimap
2517 class EntrySet extends Multimaps.Keys<K, V>.KeysEntrySet {

Completed in 557 milliseconds

123456