Home | History | Annotate | Download | only in platform

Lines Matching defs:PlatformWidget

40 typedef NSView* PlatformWidget;
45 typedef WebCoreViewBridge* PlatformWidget;
50 typedef HWND PlatformWidget;
57 typedef GtkWidget* PlatformWidget;
65 typedef QWidget* PlatformWidget;
70 typedef wxWindow* PlatformWidget;
75 typedef BView* PlatformWidget;
79 #include "PlatformWidget.h"
86 typedef PlatformWidget PlatformPageClient;
122 Widget(PlatformWidget = 0);
125 PlatformWidget platformWidget() const { return m_widget; }
126 void setPlatformWidget(PlatformWidget widget)
210 void init(PlatformWidget); // Must be called by all Widget constructors to initialize cross-platform data.
225 PlatformWidget m_widget;