Searched refs:menu (Results 101 - 125 of 193) sorted by relevance

12345678

/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js57 // Because sections are collapsed when they are in menu mode, it is not
61 el.classList.remove('menu');
67 el.classList.add('menu');
73 function clearClosedMenu(menu) {
74 menu.innerHTML = '';
77 function addClosedMenuEntryWithLink(menu, a) {
81 menu.appendChild(span);
84 function addClosedMenuEntry(menu, url, title, imageUrl, opt_pingUrl) {
91 addClosedMenuEntryWithLink(menu, a);
94 function addClosedMenuFooter(menu, sectionI
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc34 #include "views/controls/menu/menu_config.h"
35 #include "views/controls/menu/menu_item_view.h"
36 #include "views/controls/menu/menu_scroll_view_container.h"
37 #include "views/controls/menu/submenu_view.h"
81 // Border for buttons contained in the menu. This is only used for getting the
102 // Combination border/background for the buttons contained in the menu. The
265 WrenchMenuView(WrenchMenu* menu, MenuModel* menu_model) argument
266 : menu_(menu), menu_model_(menu_model) { }
308 // The menu model containing the increment/decrement/reset items.
322 CutCopyPasteView(WrenchMenu* menu, argument
383 ZoomView(WrenchMenu* menu, MenuModel* menu_model, int decrement_index, int increment_index, int fullscreen_index) argument
[all...]
H A Daccessibility_event_router_views.cc25 #include "views/controls/menu/menu_item_view.h"
26 #include "views/controls/menu/submenu_view.h"
214 views::View* menu, views::View* item, int* index, int* count) {
215 for (int i = 0; i < menu->child_count(); ++i) {
216 views::View* child = menu->GetChildViewAt(i);
213 RecursiveGetMenuItemIndexAndCount( views::View* menu, views::View* item, int* index, int* count) argument
H A Dtask_manager_view.cc30 #include "views/controls/menu/menu.h"
320 // Adds an always on top item to the window's system menu.
346 // We need to own the text of the menu, the Windows API does not copy it.
608 // Change the menu check state.
694 scoped_ptr<views::Menu> menu(views::Menu::Create(
698 menu->AppendMenuItem(i->id, l10n_util::GetStringUTF16(i->id),
701 menu->RunMenuAt(p.x(), p.y());
734 // Let's insert a menu to the window.
750 // Then the actual menu
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_im_context_wrapper.cc313 // Not defined for views because the views context menu doesn't
315 void GtkIMContextWrapper::AppendInputMethodsContextMenu(MenuGtk* menu) { argument
319 "gtk-show-input-method-menu", &show_input_method_menu, NULL);
330 menu->AppendSeparator();
331 menu->AppendMenuItem(IDC_INPUT_METHODS_MENU, menuitem);
H A Drender_widget_host_view_gtk.h125 // Appends the input methods context menu to the specified |menu| object as a
127 void AppendInputMethodsContextMenu(MenuGtk* menu);
185 // Whether we are showing a context menu.
/external/skia/src/views/
H A DSkWindow.cpp292 void SkWindow::addMenu(SkOSMenu* menu) { argument
293 *fMenus.append() = menu;
294 this->onAddMenu(menu);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_custom_menu.cc63 // clickable region. If it's in a button that doesn't dismiss the menu, fire
86 // Manually forward button press events to the menu item (and then do what we'd
125 // In the case of hitting PREV and transitioning to a custom menu, we want to
134 static void gtk_custom_menu_init(GtkCustomMenu* menu) { argument
H A Dbrowser_actions_toolbar_gtk.cc221 // If the context menu was showing for the overflow menu, re-assert the
228 // If the context menu was showing for the overflow menu, and a command
229 // is executed, then stop showing the overflow menu.
275 MenuGtk* menu = action->GetContextMenu();
276 if (!menu)
280 menu->PopupForWidget(widget, event->button, event->time);
355 // The context menu view and model for this extension action.
410 // buttons, but only appears when the overflow menu i
950 MenuGtk* menu = it->second.get()->GetContextMenu(); local
[all...]
/external/skia/samplecode/
H A DSampleCode.h117 * Call this to request menu items from a SampleView.
119 * to add new items of various types to the menu and change its title.
120 * The events attached to any new menu items must be handled in its onEvent
123 virtual void requestMenu(SkOSMenu* menu) {} argument
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt14 1) On the main menu, select "File | Open Solution".
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.js25 // Hide menu options that are not supported on the OS or windowing system.
27 // The "Launch as Window" menu option.
28 $('apps-launch-type-window-menu-item').hidden = data.disableAppWindowLaunch;
30 // The "Create App Shortcut" menu option.
31 $('apps-create-shortcut-command-menu-item').hidden =
35 // Hide the context menu, if there is any open.
53 clearClosedMenu(apps.menu);
94 addClosedMenuEntryWithLink(apps.menu, apps.createClosedMenuElement(app));
100 addClosedMenuEntryWithLink(apps.menu,
109 addClosedMenuFooter(apps.menu, 'app
[all...]
H A Dapps.css136 menu > button.default {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm301 NSMenu *menu = [[NSMenu alloc] initWithTitle:@""];
306 [menu addItem:itemCopy];
318 appName = WEB_UI_STRING("Finder", "Default application name for Open With context menu");
322 NSString *title = [NSString stringWithFormat:WEB_UI_STRING("Open with %@", "context menu item for PDF"), appName];
327 [menu addItem:[NSMenuItem separatorItem]];
328 [menu addItem:item];
332 return [menu autorelease];
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h204 /* [in] */ OLE_HANDLE menu,
217 /* [in] */ OLE_HANDLE menu) { return E_NOTIMPL; }
221 /* [in] */ OLE_HANDLE menu) { return E_NOTIMPL; }
215 addCustomMenuDrawingData( IWebView *sender, OLE_HANDLE menu) argument
219 cleanUpCustomMenuDrawingData( IWebView *sender, OLE_HANDLE menu) argument
/external/checkpolicy/test/
H A Ddispol.c372 int menu() function
390 printf("m) display menu\n");
449 menu();
451 printf("\nCommand (\'m\' for menu): ");
537 menu();
541 menu();
/external/chromium/base/win/
H A Dwin_util.cc168 menu (see Start - All Programs - Microsoft Windows SDK - \
/external/chromium/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css87 list > * > button[menu-shown] {
96 list > * > button[menu-shown] {
/external/webkit/Source/WebKit/mac/Plugins/
H A Dnpapi.mm189 NPError NPN_PopUpContextMenu(NPP instance, NPMenu *menu)
191 return [pluginViewForInstance(instance) popUpContextMenu:menu];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFView.mm82 - (BOOL)_anyPDFTagsFoundInMenu:(NSMenu *)menu;
251 // was using the old jumpToSelection selector in its menu. Newer versions of Safari will us the
349 // Start with the menu items supplied by PDFKit, with WebKit tags applied
358 appName = UI_STRING_INTERNAL("Finder", "Default application name for Open With context menu");
362 NSString *title = [NSString stringWithFormat:UI_STRING_INTERNAL("Open with %@", "context menu item for PDF"), appName];
372 // pass the items off to the WebKit context menu mechanism
375 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items];
378 // remove or modify some of the PDF-related items. In 10.4, the PDF context menu did not go through
380 // clients that create their own context menu by hand-picking specific items from the default list, such as
384 // menu item
[all...]
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonWindowAdapter.mm56 // Some things would have to be made public if someone wanted to subclass this so as to support more menu item commands. M.P. Warning - 9/19/00
847 // Create a Process Command event. Don't mention anything about the menu item, because we don't want the Carbon Event handler fiddling with it.
850 hiCommand.menu.menuRef = 0;
851 hiCommand.menu.menuItemIndex = 0;
889 // Create a Process Command event. Don't mention anything about the menu item, because we don't want the Carbon Event handler fiddling with it.
892 hiCommand.menu.menuRef = inMenuRef;
893 hiCommand.menu.menuItemIndex = inMenuItemIndex;
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java65 // If the version is a negative number, debug features (logging and a debug menu)
385 result = false; // Allow the debug menu to come up in debug mode.
407 result = false; // Allow the debug menu to come up in debug mode.
422 public boolean onCreateOptionsMenu(Menu menu) { argument
423 super.onCreateOptionsMenu(menu);
425 // Only allow the debug menu in development versions.
427 menu.add(0, CHANGE_LEVEL_ID, 0, R.string.change_level);
428 menu.add(0, TEST_ANIMATION_ID, 0, R.string.test_animation);
429 menu.add(0, TEST_DIARY_ID, 0, R.string.test_diary);
431 menu
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macevents.c53 #define mApple 128 /* Apple menu resource */
54 #define iAbout 1 /* About menu item */
56 /* Functions to handle the About menu */
267 case inMenuBar: /* Only the apple menu exists */
676 /* Create apple menu bar */
704 #if !TARGET_API_MAC_CARBON /* No Apple menu in OS X */
705 short menu, item; local
709 menu = (choice&0xFFFF);
711 switch (menu) {
/external/quake/quake/src/WinQuake/
H A DMakefile.Solaris83 $(BUILDDIR)/menu.o \
249 $(BUILDDIR)/menu.o : $(MOUNT_DIR)/menu.c
H A DMakefile.linuxi386128 $(BUILDDIR)/squake/menu.o \
279 $(BUILDDIR)/squake/menu.o : $(MOUNT_DIR)/menu.c
502 $(BUILDDIR)/x11/menu.o \
652 $(BUILDDIR)/x11/menu.o : $(MOUNT_DIR)/menu.c
875 $(BUILDDIR)/glquake/menu.o \
1002 $(BUILDDIR)/glquake/menu.o : $(MOUNT_DIR)/menu.c

Completed in 639 milliseconds

12345678