Home | History | Annotate | Download | only in Hosted

Lines Matching refs:pluginView

109 NetscapePluginInstanceProxy::NetscapePluginInstanceProxy(NetscapePluginHostProxy* pluginHostProxy, WebHostedNetscapePluginView *pluginView, bool fullFramePlugin)
111 , m_pluginView(pluginView)
304 void NetscapePluginInstanceProxy::mouseEvent(NSView *pluginView, NSEvent *event, NPCocoaEventType type)
307 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];
326 void NetscapePluginInstanceProxy::keyEvent(NSView *pluginView, NSEvent *event, NPCocoaEventType type)
366 bool NetscapePluginInstanceProxy::wheelEvent(NSView *pluginView, NSEvent *event)
368 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];