Searched refs:createPlatformContextMenuFromItems (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DContextMenuNone.cpp46 PlatformContextMenu ContextMenu::createPlatformContextMenuFromItems(const Vector<ContextMenuItem>&) function in class:WebCore::ContextMenu
54 return createPlatformContextMenuFromItems(m_items);
H A DContextMenu.h59 static PlatformContextMenu createPlatformContextMenuFromItems(const Vector<ContextMenuItem>&);
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DContextMenuWin.cpp86 HMENU ContextMenu::createPlatformContextMenuFromItems(const Vector<ContextMenuItem>& items) function in class:WebCore::ContextMenu
141 return createPlatformContextMenuFromItems(m_items);
H A DContextMenuItemWin.cpp96 info.hSubMenu = ContextMenu::createPlatformContextMenuFromItems(m_subMenuItems);

Completed in 146 milliseconds