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

  /external/webkit/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/WebCore/platform/
Widget.h 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)
    [all...]

Completed in 44 milliseconds