HomeSort by relevance Sort by last modified time
    Searched defs:PlatformWidget (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
PlatformWidget.h 36 // 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;
  /external/webkit/Source/WebCore/platform/
Widget.h 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;
    [all...]

Completed in 47 milliseconds