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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 50 pluginX :double;
78 pluginX :double;
105 pluginX :double;
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 225 CGPoint point = CGPointMake(event->data.mouse.pluginX,
250 CGPoint point = CGPointMake(event->data.mouse.pluginX,
264 CGPoint point = CGPointMake(event->data.mouse.pluginX,
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 290 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
300 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 169 if (!convertPoint(m_currentMouseEvent->data.mouse.pluginX, m_currentMouseEvent->data.mouse.pluginY, NPCoordinateSpacePlugin, screenX, screenY, NPCoordinateSpaceScreen))
462 event.data.mouse.pluginX = mouseEvent.position().x() - pluginLocation.x();
569 event.data.mouse.pluginX = wheelEvent.position().x() - m_frameRect.x();
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 274 event->data.mouse.pluginX,
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 116 event.data.mouse.pluginX = point.x;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 599 (int)event->data.mouse.pluginX,
608 (int)event->data.mouse.pluginX,
  /external/webkit/Source/WebCore/bridge/
npapi.h 659 double pluginX;

Completed in 210 milliseconds