Home
last modified time | relevance | path

Searched refs:PlatformWidget (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/platform/
DWidget.h55 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 …]
DWidget.cpp36 void Widget::init(PlatformWidget widget) in init()
/external/webkit/Source/WebCore/platform/wx/
DWidgetWx.cpp40 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/
DFullscreenVideoControllerEfl.h83 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/
DPlatformVideoWindow.h46 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;
DPlatformVideoWindowMac.mm43 …m_videoWindow = static_cast<PlatformWidget>(g_value_get_pointer(gst_structure_get_value(message->s…
/external/webkit/Source/WebCore/platform/haiku/
DWidgetHaiku.cpp41 AutoPlatformWidgetLocker(PlatformWidget widget) in AutoPlatformWidgetLocker()
60 PlatformWidget m_widget;
63 Widget::Widget(PlatformWidget widget) in Widget()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformWidget.h40 typedef intptr_t PlatformWidget; typedef
DWidgetChromium.cpp40 Widget::Widget(PlatformWidget widget) in Widget()
/external/webkit/Source/WebCore/plugins/
DPluginViewBase.h51 PluginViewBase(PlatformWidget widget = 0) : Widget(widget) { } in Widget()
DPluginView.h63 typedef PlatformWidget PlatformPluginWidget;
/external/webkit/Source/WebCore/platform/brew/
DWidgetBrew.cpp36 Widget::Widget(PlatformWidget widget) in Widget()
/external/webkit/Source/WebCore/platform/win/
DWidgetWin.cpp44 Widget::Widget(PlatformWidget widget) in Widget()
/external/webkit/Source/WebCore/platform/android/
DWidgetAndroid.cpp39 Widget::Widget(PlatformWidget widget) in Widget()
/external/webkit/Source/WebCore/platform/gtk/
DWidgetGtk.cpp44 Widget::Widget(PlatformWidget widget) in Widget()
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm102 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/
DChromeClientHaiku.cpp301 return PlatformWidget(); in platformPageClient()
/external/webkit/Source/WebCore/platform/efl/
DWidgetEfl.cpp152 Widget::Widget(PlatformWidget widget) in Widget()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp346 PlatformWidget viewBridge = view->platformWidget(); in platformPageClient()
/external/webkit/Source/WebKit/haiku/
DChangeLog871 Make PlatformWindow return something else than PlatformWidget
/external/webkit/Source/WebKit/wx/
DChangeLog1858 Make PlatformWindow return something else than PlatformWidget
/external/webkit/Source/WebCore/
DWebCore.gypi3790 'platform/chromium/PlatformWidget.h',
DChangeLog-2009-06-1647460 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.
DChangeLog-2008-08-105112 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/
DChangeLog9128 Make PlatformWindow return something else than PlatformWidget

12