Searched refs:menu (Results 151 - 175 of 193) sorted by relevance

12345678

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc1444 // When the context menu appears, |text_view_|'s focus is lost. After an item
1453 GtkMenu* menu) {
1455 gtk_menu_shell_append(GTK_MENU_SHELL(menu), separator);
1458 // Search Engine menu item.
1462 gtk_menu_shell_append(GTK_MENU_SHELL(menu), search_engine_menuitem);
1478 // Paste and Go menu item.
1483 gtk_menu_shell_append(GTK_MENU_SHELL(menu), paste_go_menuitem);
1490 g_signal_connect(menu, "deactivate",
1452 HandlePopulatePopup(GtkWidget* sender, GtkMenu* menu) argument
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp81 Ewk_Menu menu; member in struct:_Ewk_View_Private_Data::__anon15416
1648 // WebCore decided not to create a context menu, return true if event
4158 priv->popup.menu.items = eina_list_append(priv->popup.menu.items, item);
4161 priv->popup.menu.x = rect.x();
4162 priv->popup.menu.y = rect.y();
4163 priv->popup.menu.width = rect.width();
4164 priv->popup.menu.height = rect.height();
4165 evas_object_smart_callback_call(o, "popup,create", &priv->popup.menu);
4169 * Destroy a previously created menu
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h35 #include "views/controls/menu/native_menu_win.h"
159 // command id. This can be used to provide menu item shortcut hints etc.
182 // Called right before displaying the system menu to allow the BrowserView
184 void PrepareToRunSystemMenu(HMENU menu);
435 // Creates the system menu.
491 // Builds the correct menu for when we have minimal chrome.
636 // The additional items we insert into the system menu.
640 // The wrapped system menu itself.
/external/webkit/Source/WebCore/plugins/
H A Dnpfunctions.h75 typedef NPError (*NPN_PopUpContextMenuProcPtr)(NPP instance, NPMenu* menu);
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp218 /* [in] */ OLE_HANDLE menu,
245 // menu to write out the title to.
216 trackCustomPopupMenu( IWebView *sender, OLE_HANDLE menu, LPPOINT point) argument
/external/checkpolicy/
H A Dcheckpolicy.c627 menu:
650 printf("m) Show menu again\n");
1069 goto menu;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc212 // If we are showing a context menu, maintain the illusion that webkit has
845 void RenderWidgetHostViewGtk::AppendInputMethodsContextMenu(MenuGtk* menu) { argument
846 im_context_->AppendInputMethodsContextMenu(menu);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginEventHandlerCarbon.mm107 // Plug-in should not react to cursor position when not active or when a menu is down.
112 if (![[m_pluginView window] isKeyWindow] || (error == noErr && trackingData.menu)) {
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp864 static NPError NPN_PopUpContextMenu(NPP npp, NPMenu* menu) argument
868 return plugin->popUpContextMenu(menu);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1263 // The contextMenuController() holds onto the last context menu that was popped up on the
1264 // page until a new one is created. We need to clear this menu before propagating the event
1265 // through the DOM so that we can detect if we create a new menu for this event, since we
1266 // won't create a new menu if the DOM swallows the event and the defaultEventHandler does
1294 // Show the menu
1366 HMENU menu = (HMENU)wParam;
1367 if (!menu)
1375 m_uiDelegate->addCustomMenuDrawingData((IWebView*)this, (OLE_HANDLE)(ULONG64)menu);
1384 HMENU menu = (HMENU)wParam;
1385 if (!menu)
1399 ContextMenu* menu = m_page->contextMenuController()->contextMenu(); local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp515 // Actually showing the context menu is handled by the ContextMenuClient
690 // enter when selecting an item in the menu will go to the page.
752 // Mac has no way to open a context menu based on a keyboard event.
755 // The contextMenuController() holds onto the last context menu that was
757 // this menu before propagating the event through the DOM so that we can
758 // detect if we create a new menu for this event, since we won't create
759 // a new menu if the DOM swallows the event and the defaultEventHandler does
1761 // the window scrolled while the context menu was open or because the page
2033 ContextMenu* menu = m_page->contextMenuController()->contextMenu();
2034 if (!menu)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... TITLE public static final int CLOSE public static final int MENU public static final int MIN public static final int MAX ...
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py902 """ Creates a menu bar """
912 """ Creates a menu from the structure menuData in JetDefs """
913 menu = wx.Menu()
916 menu.AppendSeparator()
918 self.menuItems[eachLabel] = menu.Append(-1, eachLabel, eachStatus)
924 return menu
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp432 // menuButton and its corresponding menu are DOM siblings, but Accessibility needs them to be parent/child
916 return siblingWithAriaRole("menu", renderer()->node());
921 Element* menu = menuElementForMenuButton(); local
922 if (menu && menu->renderer())
923 return axObjectCache()->getOrCreate(menu->renderer());
940 // ARIA just has generic menu items. AppKit needs to know if this is a top level items like MenuBarButton or MenuBarItem
1793 // ignore popup menu items because AppKit does
1807 // static text beneath MenuItems and MenuButtons are just reported along with the menu item, so it's ignored on an individual level
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h904 NPError NP_LOADDS NPN_PopUpContextMenu(NPP instance, NPMenu* menu);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm831 void WebChromeClient::willPopUpMenu(NSMenu *menu)
834 CallUIDelegate(m_webView, @selector(webView:willPopupMenu:), menu);
911 // Show the contextual menu for this event.
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h130 void WKPopupContextMenu(NSMenu *menu, NSPoint screenLocation);
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js4432 // For more information about the menu visit its home page
4457 function MTMakeSubmenu(menu) {
4458 this.submenu = menu;
4459 for (var i = 0; i < menu.items.length; i++)
4461 menu.items[i].parent = this;
4565 * Functions to draw the menu. *
4677 if(MTMTrack) { MTMTrackedItem = MTMTrackExpand(menu); }
4679 if(MTMExpansion && MTMSubsAutoClose) { MTMCloseSubs(menu); }
4713 MTMListItems(menu);
4740 function MTMListItems(menu) {
[all...]
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc52 #include "views/controls/menu/menu_item_view.h"
86 // Command ids used in the menu allowing the user to choose when we're visible.
95 // Offset for where the menu is shown relative to the bottom of the
191 // Left clicks should show the menu contents and right clicks should show
192 // the context menu. They should not trigger the opening of underlying urls.
266 // If true, the menu is being shown.
375 // It's possible for the menu to outlive us, reset the observer to make sure
621 // NOTE: we don't hide the menu on exit as it's possible the user moved the
622 // mouse over the menu, which triggers an exit on us.
774 return bookmark_menu_ ? bookmark_menu_->menu()
[all...]
/external/dexmaker/lib/
H A Djunit.jar ... test Throwable t String msg protected java.awt.Menu createJUnitMenu () java.awt.Menu menu java.awt ...
/external/dnsmasq/src/
H A Ddnsmasq.h501 char *menu, *basename; member in struct:pxe_service
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...

Completed in 866 milliseconds

12345678