/external/webkit/Source/WebCore/platform/ |
D | Widget.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 106 typedef PlatformWidget PlatformPageClient; [all …]
|
D | Widget.cpp | 36 void Widget::init(PlatformWidget widget) in init()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | WidgetWx.cpp | 40 Widget::Widget(PlatformWidget widget) in Widget() 52 if (PlatformWidget widget = platformWidget()) in setFocus() 67 if (PlatformWidget widget = platformWidget()) in show() 73 if (PlatformWidget widget = platformWidget()) in hide() 79 if (PlatformWidget widget = platformWidget()) in frameRect() 87 if (PlatformWidget widget = platformWidget()) in setFrameRect() 95 if (PlatformWidget widget = platformWidget()) in invalidateRect() 102 if (PlatformWidget widget = platformWidget()) in paint()
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | FullscreenVideoControllerEfl.h | 83 PlatformWidget* m_window; 84 PlatformWidget* m_hudWindow; 85 PlatformWidget* m_timeHScale; 86 PlatformWidget* m_timeLabel; 87 PlatformWidget* m_volumeButton;
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | PlatformVideoWindow.h | 46 PlatformWidget window() const { return m_window; } in window() 48 PlatformWidget window() const { return m_window.get(); } in window() 54 PlatformWidget m_videoWindow; 56 PlatformWidget m_window;
|
D | PlatformVideoWindowMac.mm | 43 …m_videoWindow = static_cast<PlatformWidget>(g_value_get_pointer(gst_structure_get_value(message->s…
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | WidgetHaiku.cpp | 41 AutoPlatformWidgetLocker(PlatformWidget widget) in AutoPlatformWidgetLocker() 60 PlatformWidget m_widget; 63 Widget::Widget(PlatformWidget widget) in Widget()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformWidget.h | 40 typedef intptr_t PlatformWidget; typedef
|
D | WidgetChromium.cpp | 40 Widget::Widget(PlatformWidget widget) in Widget()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginViewBase.h | 51 PluginViewBase(PlatformWidget widget = 0) : Widget(widget) { } in Widget()
|
D | PluginView.h | 63 typedef PlatformWidget PlatformPluginWidget;
|
/external/webkit/Source/WebCore/platform/brew/ |
D | WidgetBrew.cpp | 36 Widget::Widget(PlatformWidget widget) in Widget()
|
/external/webkit/Source/WebCore/platform/win/ |
D | WidgetWin.cpp | 44 Widget::Widget(PlatformWidget widget) in Widget()
|
/external/webkit/Source/WebCore/platform/android/ |
D | WidgetAndroid.cpp | 39 Widget::Widget(PlatformWidget widget) in Widget()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | WidgetGtk.cpp | 44 Widget::Widget(PlatformWidget widget) in Widget()
|
/external/webkit/Source/WebCore/plugins/mac/ |
D | PluginViewMac.mm | 102 static inline WindowRef nativeWindowFor(PlatformWidget widget) 118 static inline CGContextRef cgHandleFor(PlatformWidget widget) 131 static inline IntPoint topLevelOffsetFor(PlatformWidget widget) 135 PlatformWidget topLevel = widget->window(); 141 PlatformWidget toplevel = wxGetTopLevelParent(widget);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ChromeClientHaiku.cpp | 301 return PlatformWidget(); in platformPageClient()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | WidgetEfl.cpp | 152 Widget::Widget(PlatformWidget widget) in Widget()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 346 PlatformWidget viewBridge = view->platformWidget(); in platformPageClient()
|
/external/webkit/Source/WebKit/haiku/ |
D | ChangeLog | 871 Make PlatformWindow return something else than PlatformWidget
|
/external/webkit/Source/WebKit/wx/ |
D | ChangeLog | 1858 Make PlatformWindow return something else than PlatformWidget
|
/external/webkit/Source/WebCore/ |
D | WebCore.gypi | 3790 'platform/chromium/PlatformWidget.h',
|
D | ChangeLog-2009-06-16 | 47460 Make PlatformWidget on chromium an intptr_t to match changes made in Chromium 47462 * platform/chromium/PlatformWidget.h: 54532 * platform/chromium/PlatformWidget.h: 58093 by upstreaming PlatformWidget.h add adding the JSC 58097 * platform/chromium/PlatformWidget.h: Added. 89305 GTK+ build fix. Adapt to use PlatformWidget functions. 89361 The PlatformWidget abstraction (which already existed) is used for this.
|
D | ChangeLog-2008-08-10 | 5112 PlatformWidget for the remaining platforms. That is because 5113 PlatformWidget is QWidget* for the Qt build but for the plugin 5119 determine the HWND from a PlatformWidget. 39873 …Add a typedef for NSView* to PlatformWidget, remove duplicate PluginMessageThrottlerWin definition. 39887 Add PlatformWidget typedef to Widget.h. 39888 Update WidgetGtk.cpp for the PlatformWidget usage.
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 9128 Make PlatformWindow return something else than PlatformWidget
|