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

  /external/webkit/WebCore/platform/
PlatformMenuDescription.h 36 typedef struct HMENU__* HMENU;
52 typedef HMENU PlatformMenuDescription;
  /external/webkit/WebKit/win/WebCoreSupport/
WebContextMenuClient.h 40 virtual HMENU getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
WebContextMenuClient.cpp 69 static HMENU fixMenuReceivedFromOldSafari(IWebUIDelegate* uiDelegate, ContextMenu* originalMenu, HMENU menuFromClient)
94 HMENU WebContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu* menu)
102 HMENU newMenu = 0;
  /external/webkit/WebCore/platform/win/
ContextMenuWin.cpp 81 static ContextMenuItem* contextMenuItemByIdOrPosition(HMENU menu, unsigned id, BOOL byPosition)
124 void ContextMenu::setPlatformDescription(HMENU menu)
145 HMENU ContextMenu::platformDescription() const
150 HMENU ContextMenu::releasePlatformDescription()
152 HMENU description = m_platformDescription;
  /external/skia/include/views/
SkOSWindow_Win.h 53 HMENU fMBar;
  /external/libpng/contrib/visupng/
VisualPng.c 151 static HMENU hMenu;
229 hMenu = GetMenu (hwnd);
232 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED);
234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED);
239 hMenu = GetMenu (hwnd);
382 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED);
384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED);
  /external/webkit/WebKit/win/
WebView.cpp     [all...]

Completed in 2958 milliseconds