Home | History | Annotate | Download | only in js

Lines Matching refs:Paste

426  * Calls the backend to figure out if we can paste the clipboard into the active
432 var organizeMenuCommand = $('paste-from-organize-menu-command');
433 var contextMenuCommand = $('paste-from-context-menu-command');
439 // We cannot paste into search view.
482 case 'paste-from-organize-menu-command':
483 case 'paste-from-context-menu-command':
664 'paste-from-context-menu', 'paste-from-organize-menu'];
1034 * This function is used to select items after a user action such as paste, drop
1112 recordUserAction('Paste');
1114 chrome.bookmarkManagerPrivate.paste(id, getSelectedBookmarkIds());
1213 case 'paste-from-organize-menu-command':
1216 case 'paste-from-context-menu-command':
1249 // Execute the copy, cut and paste commands when those events are dispatched by
1263 if (eventName == 'paste') {
1264 // Paste is a bit special since we need to do an async call to see if we
1265 // can paste because the paste command might not be up to date.
1345 // Listen to copy, cut and paste events and execute the associated commands.
1348 installEventHandlerForCommand('paste', 'paste-from-organize-menu-command');