Searched refs:setContextMenu (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | directory_tree.js | 205 this.setContextMenu(this.parentTree_.contextMenuForSubitems); 209 function(e) { this.setContextMenu(e.newValue); }.bind(this)); 389 DirectoryItem.prototype.setContextMenu = function(menu) { method in DirectoryItem 393 cr.ui.contextMenuHandler.setContextMenu(this, menu); 475 this.setContextMenu(tree.contextMenuForRootItems); 567 VolumeItem.prototype.setContextMenu = function(menu) { method in VolumeItem 569 cr.ui.contextMenuHandler.setContextMenu(this, menu); 725 this.setContextMenu(tree.contextMenuForRootItems); 752 ShortcutItem.prototype.setContextMenu = function(menu) { method in ShortcutItem 753 cr.ui.contextMenuHandler.setContextMenu(this, menu);
|
D | file_manager.js | 1008 cr.ui.contextMenuHandler.setContextMenu(this.grid_, this.fileContextMenu_); 1009 cr.ui.contextMenuHandler.setContextMenu(this.table_.querySelector('.list'), 1011 cr.ui.contextMenuHandler.setContextMenu( 1086 cr.ui.contextMenuHandler.setContextMenu(inputs[i], this.textContextMenu_); 1090 cr.ui.contextMenuHandler.setContextMenu(this.renameInput_,
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | context_menu_handler.js | 271 setContextMenu: function(element, contextMenu) { method in ContextMenuHandler
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLElement.h | 101 void setContextMenu(HTMLMenuElement*);
|
D | HTMLElement.cpp | 918 void HTMLElement::setContextMenu(HTMLMenuElement* contextMenu) in setContextMenu() function in blink::HTMLElement
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | other_sessions.js | 186 cr.ui.contextMenuHandler.setContextMenu(heading,
|
/external/chromium_org/chrome/browser/resources/history/ |
D | other_devices.js | 203 cr.ui.contextMenuHandler.setContextMenu(
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
D | wallpaper_manager.js | 329 cr.ui.contextMenuHandler.setContextMenu(this.wallpaperGrid_,
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 1319 tray_icon->setContextMenu(tray_menu); in createTrayIcon()
|