Home | History | Annotate | Download | only in platform

Lines Matching refs:PlatformWidget

35 #include "PlatformWidget.h"
55 typedef NSView *PlatformWidget;
60 typedef WebCoreViewBridge* PlatformWidget;
65 typedef HWND PlatformWidget;
71 typedef GtkWidget* PlatformWidget;
78 typedef QWidget* PlatformWidget;
83 typedef wxWindow* PlatformWidget;
88 typedef BView* PlatformWidget;
92 typedef void* PlatformWidget;
99 typedef Evas_Object* PlatformWidget;
106 typedef PlatformWidget PlatformPageClient;
139 Widget(PlatformWidget = 0);
142 PlatformWidget platformWidget() const;
143 void setPlatformWidget(PlatformWidget);
146 PlatformWidget topLevelPlatformWidget() const { return m_topLevelPlatformWidget; }
147 void setTopLevelPlatformWidget(PlatformWidget widget)
228 // FIXME: These should really go to PlatformWidget. They're here currently since
229 // the EFL port considers that Evas_Object (a C object) is a PlatformWidget, but
260 void init(PlatformWidget); // Must be called by all Widget constructors to initialize cross-platform data.
276 PlatformWidget m_widget;
302 PlatformWidget m_topLevelPlatformWidget;
312 inline PlatformWidget Widget::platformWidget() const
317 inline void Widget::setPlatformWidget(PlatformWidget widget)