Home
last modified time | relevance | path

Searched refs:setPlatformWidget (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebFrameView.cpp49 mFrameView->setPlatformWidget(this); in WebFrameView()
/external/webkit/Source/WebCore/platform/
DWidget.h143 void setPlatformWidget(PlatformWidget);
317 inline void Widget::setPlatformWidget(PlatformWidget widget) in setPlatformWidget() function
DScrollView.h437 virtual void setPlatformWidget(wxWindow*);
/external/webkit/Source/WebCore/platform/wx/
DScrollViewWx.cpp133 void ScrollView::setPlatformWidget(wxWindow* win) in setPlatformWidget() function in WebCore::ScrollView
135 Widget::setPlatformWidget(win); in setPlatformWidget()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp408 setPlatformWidget(container); in platformStart()
416 setPlatformWidget(0); in platformStart()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp814 setPlatformWidget(gtk_socket_new()); in platformStart()
819 setPlatformWidget(gtk_xtbin_new(pageClient, 0)); in platformStart()
821 setPlatformWidget(gtk_socket_new()); in platformStart()
825 setPlatformWidget(0); in platformStart()
/external/webkit/Source/WebCore/platform/efl/
DScrollbarEfl.cpp132 setPlatformWidget(object); in setParent()
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp933 setPlatformWidget(new PluginContainerQt(this, client->ownerWidget())); in platformStart()
942 setPlatformWidget(0); in platformStart()
/external/webkit/Source/WebCore/plugins/
DPluginView.h433 void setPlatformPluginWidget(PlatformPluginWidget widget) { setPlatformWidget(widget); } in setPlatformPluginWidget()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp859 frameView->setPlatformWidget(m_webView); in transitionToCommittedForNewPage()
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp182 setPlatformWidget(new PluginViewBridgeAndroid()); in platformInit()
/external/webkit/Source/WebCore/platform/mac/
DWidgetMac.mm423 void Widget::setPlatformWidget(NSView *widget)
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp975 setPlatformWidget(window); in platformStart()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1574 w->setPlatformWidget(widget); in createPlugin()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.mm280 view->setPlatformWidget(_private->frameScrollView);
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1644102 setPlatformWidget takes ownership of it.
81568 (WebCore::ScrollView::setPlatformWidget):
84883 * In PluginViewWin.cpp don't use setPlatformWidget with the HWND for the Qt/Windows port
84884 but set m_window directly as setPlatformWidget takes a QWidget*.
87338 (WebCore::ScrollView::setPlatformWidget):
89371 setPlatformWidget()
89398 (WebCore::Widget::setPlatformWidget):
DChangeLog-2010-05-2422886 (WebCore::Widget::setPlatformWidget):
DChangeLog-2010-12-0649532 Made platformWidget and setPlatformWidget non-inline on the Mac platform.
49570 (WebCore::Widget::setPlatformWidget): Ditto.
DChangeLog-2010-01-2951210 setPlatformWidget().