HomeSort by relevance Sort by last modified time
    Searched refs:MENUITEMINFO (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/win/
ContextMenuItemWin.cpp 45 ContextMenuItem::ContextMenuItem(const MENUITEMINFO& info)
75 // done to make the lifetime handling of the returned MENUITEMINFO easier on
78 MENUITEMINFO ContextMenuItem::nativeMenuItem() const
80 MENUITEMINFO info = {0};
81 info.cbSize = sizeof(MENUITEMINFO);
ContextMenuWin.cpp 62 MENUITEMINFO info = {0};
63 info.cbSize = sizeof(MENUITEMINFO);
92 MENUITEMINFO menuItem = item.nativeMenuItem();
119 // ContextMenuItem::nativeMenuItem doesn't set the title of the MENUITEMINFO to make the
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 610 MENUITEMINFO menu_info;
611 memset(&menu_info, 0, sizeof(MENUITEMINFO));
612 menu_info.cbSize = sizeof(MENUITEMINFO);
743 MENUITEMINFO menu_info;
744 memset(&menu_info, 0, sizeof(MENUITEMINFO));
745 menu_info.cbSize = sizeof(MENUITEMINFO);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 94 // This call would leak the MENUITEMINFO's subMenu if it had one, but on Windows, subMenus can't be selected, so there is
99 // ContextMenuItem::nativeMenuItem doesn't set the dwTypeData of the MENUITEMINFO, but no WebKit clients
101 MENUITEMINFO selectedItem = item->nativeMenuItem();
  /external/webkit/Source/WebCore/platform/
ContextMenuItem.h 43 typedef struct tagMENUITEMINFOW MENUITEMINFO;
253 typedef MENUITEMINFO NativeItem;
260 // On Windows, the title (dwTypeData of the MENUITEMINFO) is not set in this function. Callers can set the title themselves,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 201 milliseconds