Home
last modified time | relevance | path

Searched refs:SetSpecializedAttr (Results 1 - 25 of 169) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components/declaration/canvas/
H A Dcanvas_declaration.cpp25 bool CanvasDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() function in OHOS::Ace::CanvasDeclaration
H A Dcanvas_declaration.h33 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_stop.cpp32 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_gradient.cpp40 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_fe_gaussianblur.cpp34 if (!component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value))) { in SetAttr()
H A Dsvg_fe_colormatrix.cpp34 if (!component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value))) { in SetAttr()
H A Dsvg_fe_composite.cpp34 if (!component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value))) { in SetAttr()
H A Dsvg_fe_offset.cpp34 if (!component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value))) { in SetAttr()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp83 bool TextareaDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() function in OHOS::Ace::TextareaDeclaration
85 return textFieldDeclaration_->SetSpecializedAttr(attr); in SetSpecializedAttr()
H A Dtextarea_declaration.h46 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_polygon_declaration.cpp35 bool SvgPolygonDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() function in OHOS::Ace::SvgPolygonDeclaration
H A Dsvg_path_declaration.cpp35 bool SvgPathDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() function in OHOS::Ace::SvgPathDeclaration
H A Dsvg_polygon_declaration.h34 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Dsvg_path_declaration.h34 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_divider.h42 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_rich_text.cpp25 bool DOMRichText::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() function in OHOS::Ace::Framework::DOMRichText
H A Ddom_rich_text.h37 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_marquee.h41 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_grid_column.h40 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_tab_content.h46 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_switch.h41 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_image_animator.h49 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_grid_container.h38 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_grid_row.h37 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
H A Ddom_calendar.h38 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;

Completed in 6 milliseconds

1234567