Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/downloads/
Ddownloads.js12 function showInline(node, isShow) { argument
13 node.style.display = isShow ? 'inline' : 'none';
21 function showInlineBlock(node, isShow) { argument
22 node.style.display = isShow ? 'inline-block' : 'none';