/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_web.cpp | 31 webChild_->SetDeclaration(webDeclaration); in PrepareSpecializedComponent()
|
H A D | dom_qrcode.cpp | 34 qrcodeChild_->SetDeclaration(AceType::DynamicCast<QrcodeDeclaration>(declaration_)); in PrepareSpecializedComponent()
|
H A D | dom_clock.cpp | 32 clockChild_->SetDeclaration(declaration); in PrepareSpecializedComponent()
|
H A D | dom_svg_circle.cpp | 45 circleComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
|
H A D | dom_svg_defs.cpp | 46 defsComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
|
H A D | dom_svg_ellipse.cpp | 44 ellipseComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_defs_component.h | 35 void SetDeclaration(const RefPtr<SvgBaseDeclaration>& declaration);
|
H A D | svg_defs_component.cpp | 52 void SvgDefsComponent::SetDeclaration(const RefPtr<SvgBaseDeclaration>& declaration) in SetDeclaration() function in OHOS::Ace::SvgDefsComponent
|
H A D | svg_fe_colormatrix_component.cpp | 54 void SvgFeColorMatrixComponent::SetDeclaration(const RefPtr<SvgFeColorMatrixDeclaration>& declarati… in SetDeclaration() function in OHOS::Ace::SvgFeColorMatrixComponent
|
H A D | svg_fe_composite_component.cpp | 54 void SvgFeCompositeComponent::SetDeclaration(const RefPtr<SvgFeCompositeDeclaration>& declaration) in SetDeclaration() function in OHOS::Ace::SvgFeCompositeComponent
|
H A D | svg_fe_gaussianblur_component.cpp | 54 void SvgFeGaussianBlurComponent::SetDeclaration(const RefPtr<SvgFeGaussianBlurDeclaration>& declara… in SetDeclaration() function in OHOS::Ace::SvgFeGaussianBlurComponent
|
H A D | svg_fe_offset_component.cpp | 54 void SvgFeOffsetComponent::SetDeclaration(const RefPtr<SvgFeOffsetDeclaration>& declaration) in SetDeclaration() function in OHOS::Ace::SvgFeOffsetComponent
|
H A D | svg_filter_component.cpp | 52 void SvgFilterComponent::SetDeclaration(const RefPtr<SvgFilterDeclaration>& declaration) in SetDeclaration() function in OHOS::Ace::SvgFilterComponent
|
H A D | svg_g_component.cpp | 52 void SvgGComponent::SetDeclaration(const RefPtr<SvgDeclaration>& declaration) in SetDeclaration() function in OHOS::Ace::SvgGComponent
|
H A D | svg_mask_component.cpp | 52 void SvgMaskComponent::SetDeclaration(const RefPtr<SvgMaskDeclaration>& declaration) in SetDeclaration() function in OHOS::Ace::SvgMaskComponent
|
H A D | svg_pattern_component.cpp | 52 void SvgPatternComponent::SetDeclaration(const RefPtr<SvgPatternDeclaration>& declaration) in SetDeclaration() function in OHOS::Ace::SvgPatternComponent
|
H A D | svg_fe_colormatrix_component.h | 34 void SetDeclaration(const RefPtr<SvgFeColorMatrixDeclaration>& declaration);
|
H A D | svg_fe_composite_component.h | 34 void SetDeclaration(const RefPtr<SvgFeCompositeDeclaration>& declaration);
|
H A D | svg_fe_gaussianblur_component.h | 34 void SetDeclaration(const RefPtr<SvgFeGaussianBlurDeclaration>& declaration);
|
H A D | svg_fe_offset_component.h | 34 void SetDeclaration(const RefPtr<SvgFeOffsetDeclaration>& declaration);
|
H A D | svg_filter_component.h | 35 void SetDeclaration(const RefPtr<SvgFilterDeclaration>& declaration);
|
H A D | svg_g_component.h | 35 void SetDeclaration(const RefPtr<SvgDeclaration>& declaration);
|
H A D | svg_mask_component.h | 35 void SetDeclaration(const RefPtr<SvgMaskDeclaration>& declaration);
|
H A D | svg_pattern_component.h | 35 void SetDeclaration(const RefPtr<SvgPatternDeclaration>& declaration);
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.h | 27 static void SetDeclaration(napi_env env); 84 void XmlTest::SetDeclaration(napi_env env) in SetDeclaration() function 88 xmlSerializer.SetDeclaration(); in SetDeclaration() 447 xmlSerializer.SetDeclaration(); in SetNamespaceFunction() 458 xmlSerializer.SetDeclaration(); in XmlSerializerErrorFunction()
|