Home
last modified time | relevance | path

Searched refs:_renderSequence (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DShortcutsScreen.js122 this._addLine(this._renderSequence(keys, "/"), description);
131 this._addLine(this._renderSequence(keys, WebInspector.UIString("or")), description);
168 _renderSequence: function(sequence, delimiter) method in WebInspector.ShortcutsSection