Searched defs:ContextMenu (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/shell/
H A Dcontext_menu.cc17 ContextMenu::ContextMenu(aura::Window* root) function in class:ash::shell::ContextMenu
30 ContextMenu::~ContextMenu() {
33 bool ContextMenu::IsCommandIdChecked(int command_id) const {
43 bool ContextMenu::IsCommandIdEnabled(int command_id) const {
47 bool ContextMenu::GetAcceleratorForCommandId(
53 void ContextMenu::ExecuteCommand(int command_id, int event_flags) {
H A Dcontext_menu.h21 class ContextMenu : public ui::SimpleMenuModel, class in namespace:ash::shell
24 explicit ContextMenu(aura::Window* root);
25 virtual ~ContextMenu();
45 DISALLOW_COPY_AND_ASSIGN(ContextMenu);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DContextMenu.js183 WebInspector.ContextMenu = function(event) {
193 WebInspector.ContextMenu.setUseSoftMenu = function(useSoftMenu)
195 WebInspector.ContextMenu._useSoftMenu = useSoftMenu;
198 WebInspector.ContextMenu.prototype = {
210 if (WebInspector.ContextMenu._useSoftMenu) {
245 for (var i = 0; i < WebInspector.ContextMenu._providers.length; ++i) {
246 var provider = WebInspector.ContextMenu._providers[i];
259 WebInspector.ContextMenu.Provider = function() {
262 WebInspector.ContextMenu.Provider.prototype = {
264 * @param {!WebInspector.ContextMenu} contextMen
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DContextMenu.h36 class PLATFORM_EXPORT ContextMenu { class in namespace:WebCore
37 WTF_MAKE_NONCOPYABLE(ContextMenu); WTF_MAKE_FAST_ALLOCATED;
39 ContextMenu() { } function in class:WebCore::ContextMenu
H A DCursor.h73 ContextMenu, enumerator in enum:WebCore::Cursor::Type
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h103 ContextMenu, enumerator in enum:blink::WebInputEvent::Type
191 || type == ContextMenu;

Completed in 493 milliseconds