/external/webkit/Source/WebCore/platform/wx/ |
WidgetWx.cpp | 40 Widget::Widget(PlatformWidget widget) 52 if (PlatformWidget widget = platformWidget()) 67 if (PlatformWidget widget = platformWidget()) 73 if (PlatformWidget widget = platformWidget()) 79 if (PlatformWidget widget = platformWidget()) 87 if (PlatformWidget widget = platformWidget() [all...] |
ScrollViewWx.cpp | 144 wxWindow* win = platformWidget(); 154 wxWindow* win = platformWidget(); 172 if (platformWidget()) { 173 platformWidget()->GetVirtualSize(&width, &height); 181 wxWindow* win = platformWidget(); 224 wxWindow* win = platformWidget(); 234 wxWindow* win = platformWidget(); 330 if (platformWidget()) { 331 platformWidget()->RemoveChild(widget->platformWidget()); [all...] |
/external/webkit/Source/WebCore/platform/android/ |
WidgetAndroid.cpp | 39 Widget::Widget(PlatformWidget widget) 52 if (!platformWidget()) 54 return platformWidget()->getBounds(); 65 if (!platformWidget()) 67 platformWidget()->draw(ctx, r); 72 Release(platformWidget()); 77 Retain(platformWidget()); 98 // platformWidget() is 0 when called from Scrollbar 99 if (!platformWidget()) 101 platformWidget()->setLocation(rect.x(), rect.y()) [all...] |
ScrollViewAndroid.cpp | 63 return platformWidget()->getVisibleBounds(); 75 return platformWidget()->visibleWidth(); 82 return platformWidget()->visibleHeight(); 89 return platformWidget()->visibleX(); 96 return platformWidget()->visibleY();
|
/external/webkit/Source/WebCore/platform/gtk/ |
WidgetGtk.cpp | 44 Widget::Widget(PlatformWidget widget) 58 gtk_widget_grab_focus(platformWidget() ? platformWidget() : GTK_WIDGET(root()->hostWindow()->platformPageClient())); 73 if (isParentVisible() && platformWidget()) 74 gtk_widget_show(platformWidget()); 81 if (isParentVisible() && platformWidget()) 82 gtk_widget_hide(platformWidget()); 91 if (!platformWidget()) 94 // See if the platformWidget has a webkit-widget-is-selected property 96 GParamSpec* spec = g_object_class_find_property(G_OBJECT_GET_CLASS(platformWidget()), [all...] |
GtkPluginWidget.cpp | 47 if (!gtk_widget_get_has_window(platformWidget())) 50 GdkWindow* window = gtk_widget_get_window(platformWidget()); 64 gtk_widget_set_size_request(platformWidget(), rect.width(), rect.height()); 65 gtk_widget_size_allocate(platformWidget(), &allocation); 66 gtk_widget_show(platformWidget()); 75 if (gtk_widget_get_has_window(platformWidget())) 78 GtkWidget* widget = platformWidget();
|
/external/webkit/Source/WebCore/platform/haiku/ |
WidgetHaiku.cpp | 41 AutoPlatformWidgetLocker(PlatformWidget widget) 60 PlatformWidget m_widget; 63 Widget::Widget(PlatformWidget widget) 105 AutoPlatformWidgetLocker locker(platformWidget()); 106 if (locker.isLocked() && platformWidget()->IsHidden()) 107 platformWidget()->Show(); 116 AutoPlatformWidgetLocker locker(platformWidget()); 117 if (locker.isLocked() && !platformWidget()->IsHidden()) 118 platformWidget()->Hide();
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
PlatformVideoWindow.h | 46 PlatformWidget window() const { return m_window; } 48 PlatformWidget window() const { return m_window.get(); } 54 PlatformWidget m_videoWindow; 56 PlatformWidget m_window;
|
PlatformVideoWindowMac.mm | 43 m_videoWindow = static_cast<PlatformWidget>(g_value_get_pointer(gst_structure_get_value(message->structure, "nsview")));
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
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/ |
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...] |
ScrollView.cpp | 76 if (child->platformWidget()) 85 if (child->platformWidget()) 159 if (platformWidget()) 168 if (platformWidget()) { 198 if (platformWidget()) { 208 if (platformWidget()) 232 if (platformWidget()) 287 if (platformWidget()) 297 if (platformWidget()) 306 if (platformWidget()) [all...] |
/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;
|
WidgetChromium.cpp | 40 Widget::Widget(PlatformWidget widget)
|
/external/webkit/Source/WebCore/platform/mac/ |
WidgetMac.mm | 118 // If there's no platformWidget, WK2 is running. The focus() method needs to be used 120 NSView *view = [platformWidget() _webcore_effectiveFirstResponder]; 122 if (!platformWidget()) 164 if (!platformWidget()) 220 NSView *view = platformWidget(); 274 NSView *innerView = platformWidget(); 325 NSView *view = platformWidget(); 373 if (!rootWidget->platformWidget()) 377 return enclosingIntRect([rootWidget->platformWidget() convertRect:rect toView:nil]); 385 if (!rootWidget->platformWidget()) [all...] |
ScrollViewMac.mm | 47 ASSERT(!platformWidget() || [platformWidget() isKindOfClass:[NSScrollView class]]); 48 ASSERT(!platformWidget() || [platformWidget() conformsToProtocol:@protocol(WebCoreFrameScrollView)]); 49 return static_cast<NSScrollView<WebCoreFrameScrollView> *>(platformWidget()); 203 return ![platformWidget() window] || ![[platformWidget() window] isVisible];
|
PlatformScreenMac.mm | 56 NSWindow *window = widget ? [widget->platformWidget() window] : nil; 62 NSWindow *window = widget ? [widget->platformWidget() window] : nil;
|
/external/webkit/Source/WebCore/platform/qt/ |
WidgetQt.cpp | 92 if (isParentVisible() && platformWidget()) 93 platformWidget()->show(); 100 if (isParentVisible() && platformWidget()) 101 platformWidget()->hide();
|
/external/webkit/Source/WebCore/platform/efl/ |
WidgetEfl.cpp | 152 Widget::Widget(PlatformWidget widget) 277 if (!platformWidget()) 280 evas_object_show(platformWidget()); 285 if (!platformWidget()) 288 evas_object_hide(platformWidget()); 337 // FIXME: study platformWidget() and use it 338 // FIXME: right now platformWidget() requires implementing too much
|
ScrollbarEfl.cpp | 155 if (!platformWidget()) 185 edje_object_message_send(platformWidget(), EDJE_MESSAGE_FLOAT_SET, 0, message); 196 Evas_Object* object = platformWidget();
|
/external/webkit/Source/WebCore/platform/brew/ |
WidgetBrew.cpp | 36 Widget::Widget(PlatformWidget widget)
|
/external/webkit/Source/WebCore/plugins/ |
PluginViewBase.h | 51 PluginViewBase(PlatformWidget widget = 0) : Widget(widget) { }
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptControllerQt.cpp | 59 object = widget->platformWidget();
|
/external/webkit/Source/WebCore/page/mac/ |
DragControllerMac.mm | 78 if (m_page->mainFrame()->view()->platformWidget())
|
/external/webkit/Source/WebCore/platform/win/ |
WidgetWin.cpp | 44 Widget::Widget(PlatformWidget widget)
|