Searched refs:WebNetscapePluginEventHandlerCarbon (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginEventHandler.mm32 #import "WebNetscapePluginEventHandlerCarbon.h"
40 return new WebNetscapePluginEventHandlerCarbon(pluginView);
H A DWebNetscapePluginEventHandlerCarbon.mm28 #import "WebNetscapePluginEventHandlerCarbon.h"
38 WebNetscapePluginEventHandlerCarbon::WebNetscapePluginEventHandlerCarbon(WebNetscapePluginView* pluginView)
101 void WebNetscapePluginEventHandlerCarbon::sendNullEvent()
121 void WebNetscapePluginEventHandlerCarbon::drawRect(CGContextRef, const NSRect&)
136 void WebNetscapePluginEventHandlerCarbon::mouseDown(NSEvent* theEvent)
149 void WebNetscapePluginEventHandlerCarbon::mouseUp(NSEvent* theEvent)
162 bool WebNetscapePluginEventHandlerCarbon::scrollWheel(NSEvent* theEvent)
167 void WebNetscapePluginEventHandlerCarbon::mouseEntered(NSEvent* theEvent)
180 void WebNetscapePluginEventHandlerCarbon
[all...]
H A DWebNetscapePluginEventHandlerCarbon.h36 class WebNetscapePluginEventHandlerCarbon : public WebNetscapePluginEventHandler { class in inherits:WebNetscapePluginEventHandler
38 WebNetscapePluginEventHandlerCarbon(WebNetscapePluginView*);

Completed in 108 milliseconds