OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setContextMenu
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h
101
void
setContextMenu
(HTMLMenuElement*);
HTMLElement.cpp
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js
205
this.
setContextMenu
(this.parentTree_.contextMenuForSubitems);
209
function(e) { this.
setContextMenu
(e.newValue); }.bind(this));
389
DirectoryItem.prototype.
setContextMenu
= function(menu) {
393
cr.ui.contextMenuHandler.
setContextMenu
(this, menu);
475
this.
setContextMenu
(tree.contextMenuForRootItems);
567
VolumeItem.prototype.
setContextMenu
= function(menu) {
569
cr.ui.contextMenuHandler.
setContextMenu
(this, menu);
725
this.
setContextMenu
(tree.contextMenuForRootItems);
752
ShortcutItem.prototype.
setContextMenu
= function(menu) {
753
cr.ui.contextMenuHandler.
setContextMenu
(this, menu)
[
all
...]
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_,
[
all
...]
/external/chromium_org/chrome/browser/resources/history/
other_devices.js
203
cr.ui.contextMenuHandler.
setContextMenu
(
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js
329
cr.ui.contextMenuHandler.
setContextMenu
(this.wallpaperGrid_,
[
all
...]
Completed in 747 milliseconds