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

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 43 static inline void initializeEvent(NPCocoaEvent* event, NPCocoaEventType type)
51 NPCocoaEvent event;
102 NPCocoaEvent event;
145 NPCocoaEvent event;
163 NPCocoaEvent event;
176 NPCocoaEvent event;
190 NPCocoaEvent event;
200 NPCocoaEvent event;
218 bool WebNetscapePluginEventHandlerCocoa::sendEvent(NPCocoaEvent* event)
291 NPCocoaEvent event
    [all...]
WebNetscapePluginEventHandlerCocoa.h 61 bool sendEvent(NPCocoaEvent*);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 293 static inline NPCocoaEvent initializeEvent(NPCocoaEventType type)
295 NPCocoaEvent event;
395 NPCocoaEvent event = initializeEvent(NPCocoaEventDrawRect);
459 static void fillInCocoaEventFromMouseEvent(NPCocoaEvent& event, const WebMouseEvent& mouseEvent, const WebCore::IntPoint& pluginLocation)
471 static NPCocoaEvent initializeMouseEvent(const WebMouseEvent& mouseEvent, const WebCore::IntPoint& pluginLocation)
490 return NPCocoaEvent();
493 NPCocoaEvent event = initializeEvent(eventType);
502 NPCocoaEvent event = initializeMouseEvent(mouseEvent, m_frameRect.location());
504 NPCocoaEvent* previousMouseEvent = m_currentMouseEvent;
566 NPCocoaEvent event = initializeEvent(NPCocoaEventScrollWheel)
    [all...]
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 210 static void handleDraw(PluginObject* obj, NPCocoaEvent *event)
281 static void handleFocusChanged(NPCocoaEvent* cocoaEvent, PluginObject* obj)
288 static void handleMouseMoved(NPCocoaEvent* cocoaEvent, PluginObject* obj)
298 static void handleMouseDown(NPCocoaEvent* cocoaEvent, PluginObject* obj)
307 static int16_t handleTextFieldKeyDown(NPCocoaEvent* event, PluginObject* obj)
336 static int16_t handleTextInput(NPCocoaEvent* event, PluginObject* obj)
355 NPCocoaEvent* cocoaEvent = event;
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 197 static void handleDraw(PluginObject *obj, NPCocoaEvent *event)
264 static void handleMouseEvent(PluginObject *obj, NPCocoaEvent *event)
294 static void handleKeyboardEvent(PluginObject *obj, NPCocoaEvent *event)
320 NPCocoaEvent *cocoaEvent = event;
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 223 static void handleMouseDown(PluginObject *obj, NPCocoaEvent *event)
248 static void handleMouseUp(PluginObject *obj, NPCocoaEvent *event)
262 static void handleMouseDragged(PluginObject *obj, NPCocoaEvent *event)
287 static int handleKeyDown(PluginObject *obj, NPCocoaEvent *event)
300 static int handleScrollEvent(PluginObject *obj, NPCocoaEvent *event)
316 NPCocoaEvent *cocoaEvent = event;
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 193 static void handleMouseClick(PluginObject *obj, NPCocoaEvent *event)
204 NPCocoaEvent *cocoaEvent = event;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 219 NPCocoaEvent* m_currentMouseEvent;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 555 static int16_t handleEventCocoa(NPP instance, PluginObject* obj, NPCocoaEvent* event)
711 return handleEventCocoa(instance, obj, static_cast<NPCocoaEvent*>(event));
  /external/webkit/Source/WebCore/bridge/
npapi.h 688 } NPCocoaEvent;

Completed in 42 milliseconds