Searched defs:PlatformWidget (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformWidget.h36 // PlatformWidget is an opaque identifier corresponding to whatever native
37 // view type the embedder may use. PlatformWidget CANNOT be assumed to be
40 typedef intptr_t PlatformWidget; typedef
/external/webkit/Source/WebCore/platform/
H A DWidget.h35 #include "PlatformWidget.h"
55 typedef NSView *PlatformWidget; typedef
60 typedef WebCoreViewBridge* PlatformWidget; typedef
65 typedef HWND PlatformWidget; typedef
71 typedef GtkWidget* PlatformWidget; typedef
78 typedef QWidget* PlatformWidget; typedef
83 typedef wxWindow* PlatformWidget; typedef
88 typedef BView* PlatformWidget; typedef
92 typedef void* PlatformWidget; typedef
99 typedef Evas_Object* PlatformWidget; typedef
[all...]

Completed in 69 milliseconds