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

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.h 59 bool sendMouseEvent(NSEvent*, NPCocoaEventType);
60 bool sendKeyEvent(NSEvent*, NPCocoaEventType);
WebNetscapePluginEventHandlerCocoa.mm 43 static inline void initializeEvent(NPCocoaEvent* event, NPCocoaEventType type)
100 bool WebNetscapePluginEventHandlerCocoa::sendMouseEvent(NSEvent *nsEvent, NPCocoaEventType type)
174 bool WebNetscapePluginEventHandlerCocoa::sendKeyEvent(NSEvent* nsEvent, NPCocoaEventType type)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 94 void mouseEvent(NSView *pluginView, NSEvent *, NPCocoaEventType);
95 void keyEvent(NSView *pluginView, NSEvent *, NPCocoaEventType);
NetscapePluginInstanceProxy.mm 413 void NetscapePluginInstanceProxy::mouseEvent(NSView *pluginView, NSEvent *event, NPCocoaEventType type)
435 void NetscapePluginInstanceProxy::keyEvent(NSView *pluginView, NSEvent *event, NPCocoaEventType type)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 293 static inline NPCocoaEvent initializeEvent(NPCocoaEventType type)
473 NPCocoaEventType eventType;
686 NPCocoaEventType eventType;
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 224 static NSString *eventType(NPCocoaEventType type)
  /external/webkit/Source/WebCore/bridge/
npapi.h 651 } NPCocoaEventType;
654 NPCocoaEventType type;

Completed in 58 milliseconds