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

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h52 typedef HWND PlatformPluginWidget; typedef
54 typedef PlatformWidget PlatformPluginWidget; typedef
371 PlatformPluginWidget m_window;
373 PlatformPluginWidget platformPluginWidget() const { return m_window; }
374 void setPlatformPluginWidget(PlatformPluginWidget widget) { m_window = widget; }
377 void setPlatformPluginWidget(PlatformPluginWidget widget) { setPlatformWidget(widget); }
378 PlatformPluginWidget platformPluginWidget() const { return platformWidget(); }

Completed in 99 milliseconds