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

  /external/webkit/Source/WebCore/bridge/
npapi.h 582 typedef NPNSMenu NPMenu;
584 typedef void *NPMenu;
904 NPError NP_LOADDS NPN_PopUpContextMenu(NPP instance, NPMenu* menu);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 177 - (NPError)popUpContextMenu:(NPMenu *)menu;
npapi.mm 189 NPError NPN_PopUpContextMenu(NPP instance, NPMenu *menu)
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 57 NPError popUpContextMenu(NPMenu*);
NetscapeBrowserFuncs.cpp 864 static NPError NPN_PopUpContextMenu(NPP npp, NPMenu* menu)
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 75 typedef NPError (*NPN_PopUpContextMenuProcPtr)(NPP instance, NPMenu* menu);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 163 NPError NetscapePlugin::popUpContextMenu(NPMenu* npMenu)
172 WKPopupContextMenu(reinterpret_cast<NSMenu *>(npMenu), NSMakePoint(screenX, screenY));

Completed in 96 milliseconds