Searched refs:addRelatedKeys (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ShortcutsScreen.js | 120 addRelatedKeys: function(keys, description) method in WebInspector.ShortcutsSection 221 elementsSection.addRelatedKeys(navigate, WebInspector.UIString("Navigate elements")); 224 elementsSection.addRelatedKeys(expandCollapse, WebInspector.UIString("Expand/collapse")); 233 …stylesPaneSection.addRelatedKeys(nextPreviousProperty, WebInspector.UIString("Next/previous proper… 235 …stylesPaneSection.addRelatedKeys(WebInspector.ShortcutsScreen.ElementsPanelShortcuts.IncrementValu… 236 …stylesPaneSection.addRelatedKeys(WebInspector.ShortcutsScreen.ElementsPanelShortcuts.DecrementValu… 257 section.addRelatedKeys(nextAndPrevFrameKeys, WebInspector.UIString("Next/previous call frame")); 291 section.addRelatedKeys(PanUpDown, WebInspector.UIString("Pan up/down")); 293 section.addRelatedKeys(PanLeftRight, WebInspector.UIString("Pan left/right")); 298 section.addRelatedKeys(rotate, WebInspector.UIString("Rotate"));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/ |
D | Main.js | 480 section.addRelatedKeys(keys, WebInspector.UIString("Go to the panel to the left/right")); 486 section.addRelatedKeys(keys, WebInspector.UIString("Go back/forward in panel history")); 510 section.addRelatedKeys(keys, WebInspector.UIString("Find next/previous"));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/ |
D | ConsoleView.js | 723 section.addRelatedKeys(keys, WebInspector.UIString("Next/previous line")); 730 section.addRelatedKeys(keys, WebInspector.UIString("Next/previous command"));
|