Home
last modified time | relevance | path

Searched refs:SetNativeData (Results 1 – 25 of 125) sorted by relevance

12345

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginWidgetParent.cpp108 mWidget->SetNativeData(NS_NATIVE_PLUGIN_OBJECT_PTR, (uintptr_t)mWrapper.get()); in RecvCreate()
171 mWidget->SetNativeData(NS_NATIVE_PLUGIN_OBJECT_PTR, (uintptr_t)0); in KillWidget()
228 mWidget->SetNativeData(NS_NATIVE_CHILD_WINDOW, aChildWindow); in RecvSetNativeChildWindow()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DAndroidCompositorWidget.cpp22 mWidget->SetNativeData(NS_PRESENTATION_SURFACE, (uintptr_t)aVal); in SetPresentationEGLSurface()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DAndroidCompositorWidget.cpp22 mWidget->SetNativeData(NS_PRESENTATION_SURFACE, (uintptr_t)aVal); in SetPresentationEGLSurface()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Ddvrenderer.h77 void SetNativeData(wxDataViewRendererNativeData* newNativeDataPtr);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Ddvrenderer.h77 void SetNativeData(wxDataViewRendererNativeData* newNativeDataPtr);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DPluginWidgetProxy.h51 void SetNativeData(uint32_t aDataType, uintptr_t aVal) override;
H A DPluginWidgetProxy.cpp144 void PluginWidgetProxy::SetNativeData(uint32_t aDataType, uintptr_t aVal) { in SetNativeData() function in mozilla::widget::PluginWidgetProxy
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DPluginWidgetProxy.h50 void SetNativeData(uint32_t aDataType, uintptr_t aVal) override;
H A DPluginWidgetProxy.cpp164 PluginWidgetProxy::SetNativeData(uint32_t aDataType, uintptr_t aVal) in SetNativeData() function in mozilla::widget::PluginWidgetProxy
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DPluginWidgetProxy.h51 void SetNativeData(uint32_t aDataType, uintptr_t aVal) override;
H A DPluginWidgetProxy.cpp145 void PluginWidgetProxy::SetNativeData(uint32_t aDataType, uintptr_t aVal) { in SetNativeData() function in mozilla::widget::PluginWidgetProxy
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/osx/
H A Ddvrenderer.h77 void SetNativeData(wxDataViewRendererNativeData* newNativeDataPtr);
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DAndroidCompositorWidget.cpp81 mWidget->SetNativeData(NS_PRESENTATION_SURFACE, (uintptr_t)aVal); in SetPresentationEGLSurface()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/python/docs/
H A Dogr_feature_docs.i1429 %feature("docstring") SetNativeData "void
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DAndroidCompositorWidget.cpp81 mWidget->SetNativeData(NS_PRESENTATION_SURFACE, (uintptr_t)aVal); in SetPresentationEGLSurface()
/dports/graphics/gdal/gdal-3.3.3/swig/include/python/docs/
H A Dogr_feature_docs.i1429 %feature("docstring") SetNativeData "void
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/python/docs/
H A Dogr_feature_docs.i1429 %feature("docstring") SetNativeData "void
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DPluginWidgetParent.cpp164 mWidget->SetNativeData(NS_NATIVE_CHILD_WINDOW, aChildWindow); in RecvSetNativeChildWindow()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DPluginWidgetParent.cpp164 mWidget->SetNativeData(NS_NATIVE_CHILD_WINDOW, aChildWindow); in RecvSetNativeChildWindow()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/
H A DnsWindow.h75 virtual void SetNativeData(uint32_t aDataType, uintptr_t aVal);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvtutils.cpp205 poFeature->SetNativeData( in OGRMVTCreateFeatureFrom()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvtutils.cpp205 poFeature->SetNativeData( in OGRMVTCreateFeatureFrom()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvtutils.cpp205 poFeature->SetNativeData( in OGRMVTCreateFeatureFrom()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Ddataview.cpp2334 void wxDataViewRenderer::SetNativeData(wxDataViewRendererNativeData* newNativeDataPtr) in SetNativeData() function in wxDataViewRenderer
2350 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserCustomType)); in IMPLEMENT_ABSTRACT_CLASS()
2366 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserTextType)); in IMPLEMENT_ABSTRACT_CLASS()
2385 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserIconType)); in IMPLEMENT_CLASS()
2413 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserIconAndTextType)); in IMPLEMENT_CLASS()
2444 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserCheckboxType)); in IMPLEMENT_ABSTRACT_CLASS()
2465 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserProgressBarType)); in IMPLEMENT_ABSTRACT_CLASS()
2484 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserDateTimeType)); in IMPLEMENT_ABSTRACT_CLASS()
2817 void wxDataViewColumn::SetNativeData(wxDataViewColumnNativeData* newNativeDataPtr) in SetNativeData() function in wxDataViewColumn
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Ddataview.cpp2334 void wxDataViewRenderer::SetNativeData(wxDataViewRendererNativeData* newNativeDataPtr) in SetNativeData() function in wxDataViewRenderer
2350 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserCustomType)); in IMPLEMENT_ABSTRACT_CLASS()
2366 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserTextType)); in IMPLEMENT_ABSTRACT_CLASS()
2385 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserIconType)); in IMPLEMENT_CLASS()
2413 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserIconAndTextType)); in IMPLEMENT_CLASS()
2444 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserCheckboxType)); in IMPLEMENT_ABSTRACT_CLASS()
2465 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserProgressBarType)); in IMPLEMENT_ABSTRACT_CLASS()
2484 SetNativeData(new wxDataViewRendererNativeData(kDataBrowserDateTimeType)); in IMPLEMENT_ABSTRACT_CLASS()
2817 void wxDataViewColumn::SetNativeData(wxDataViewColumnNativeData* newNativeDataPtr) in SetNativeData() function in wxDataViewColumn

12345