Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/
DPluginView.h59 typedef HWND PlatformPluginWidget; typedef
61 typedef struct PluginWidgetAndroid* PlatformPluginWidget; typedef
63 typedef PlatformWidget PlatformPluginWidget; typedef
423 PlatformPluginWidget m_window;
425 PlatformPluginWidget platformPluginWidget() const { return m_window; } in platformPluginWidget()
426 void setPlatformPluginWidget(PlatformPluginWidget widget) { m_window = widget; } in setPlatformPluginWidget()
429 PlatformPluginWidget m_window;
430 PlatformPluginWidget platformPluginWidget() const { return m_window; } // MANUAL MERGE FIXME in platformPluginWidget()
433 void setPlatformPluginWidget(PlatformPluginWidget widget) { setPlatformWidget(widget); } in setPlatformPluginWidget()
434 PlatformPluginWidget platformPluginWidget() const { return platformWidget(); } in platformPluginWidget()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-105110 * plugins/PluginView.h: Introduce the PlatformPluginWidget typedef,
DChangeLog-2010-01-2929932 Currently, the code provides the cgcontext of the PlatformPluginWidget to