Searched refs:setPlatformWidget (Results 1 – 19 of 19) sorted by relevance
49 mFrameView->setPlatformWidget(this); in WebFrameView()
143 void setPlatformWidget(PlatformWidget);317 inline void Widget::setPlatformWidget(PlatformWidget widget) in setPlatformWidget() function
437 virtual void setPlatformWidget(wxWindow*);
133 void ScrollView::setPlatformWidget(wxWindow* win) in setPlatformWidget() function in WebCore::ScrollView135 Widget::setPlatformWidget(win); in setPlatformWidget()
408 setPlatformWidget(container); in platformStart()416 setPlatformWidget(0); in platformStart()
814 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()
132 setPlatformWidget(object); in setParent()
933 setPlatformWidget(new PluginContainerQt(this, client->ownerWidget())); in platformStart()942 setPlatformWidget(0); in platformStart()
433 void setPlatformPluginWidget(PlatformPluginWidget widget) { setPlatformWidget(widget); } in setPlatformPluginWidget()
859 frameView->setPlatformWidget(m_webView); in transitionToCommittedForNewPage()
182 setPlatformWidget(new PluginViewBridgeAndroid()); in platformInit()
423 void Widget::setPlatformWidget(NSView *widget)
975 setPlatformWidget(window); in platformStart()
1574 w->setPlatformWidget(widget); in createPlugin()
280 view->setPlatformWidget(_private->frameScrollView);
44102 setPlatformWidget takes ownership of it.81568 (WebCore::ScrollView::setPlatformWidget):84883 * In PluginViewWin.cpp don't use setPlatformWidget with the HWND for the Qt/Windows port84884 but set m_window directly as setPlatformWidget takes a QWidget*.87338 (WebCore::ScrollView::setPlatformWidget):89371 setPlatformWidget()89398 (WebCore::Widget::setPlatformWidget):
22886 (WebCore::Widget::setPlatformWidget):
49532 Made platformWidget and setPlatformWidget non-inline on the Mac platform.49570 (WebCore::Widget::setPlatformWidget): Ditto.
51210 setPlatformWidget().