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

  /external/webkit/WebCore/platform/win/
ContextMenuItemWin.cpp 36 ContextMenuItem::ContextMenuItem(LPMENUITEMINFO item)
43 m_platformDescription = (LPMENUITEMINFO)malloc(sizeof(MENUITEMINFO));
59 m_platformDescription = (LPMENUITEMINFO)malloc(sizeof(MENUITEMINFO));
95 LPMENUITEMINFO ContextMenuItem::releasePlatformDescription()
97 LPMENUITEMINFO info = m_platformDescription;
ContextMenuWin.cpp 85 LPMENUITEMINFO info = (LPMENUITEMINFO)malloc(sizeof(MENUITEMINFO));
  /external/webkit/WebCore/platform/
ContextMenuItem.h 42 typedef struct tagMENUITEMINFOW* LPMENUITEMINFO;
160 typedef LPMENUITEMINFO PlatformMenuItemDescription;

Completed in 15 milliseconds