Home | History | Annotate | Download | only in js

Lines Matching refs:canPaste

422   function update(canPaste) {
425 organizeMenuCommand.disabled = !canPaste;
426 contextMenuCommand.disabled = !canPaste;
434 chrome.bookmarkManagerPrivate.canPaste(list.parentId, update);