Home
last modified time | relevance | path

Searched refs:SetSpecializedStyle (Results 1 - 25 of 122) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_container.cpp141 bool DomGridContainer::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::Framework::DomGridContainer
161 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
164 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
171 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
178 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
181 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
184 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
191 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
198 return DOMNode::SetSpecializedStyle(style); in SetSpecializedStyle()
200 return DOMDiv::SetSpecializedStyle(styl in SetSpecializedStyle()
[all...]
H A Ddom_grid_row.cpp70 bool DomGridRow::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::Framework::DomGridRow
88 return DOMDiv::SetSpecializedStyle(style); in SetSpecializedStyle()
H A Ddom_divider.h41 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_marquee.h42 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_switch.h42 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_grid_container.h39 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_grid_row.h38 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_calendar.h37 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_menu.h42 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_navigation_bar.h50 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/canvas/
H A Dcanvas_declaration.cpp31 bool CanvasDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::CanvasDeclaration
H A Dcanvas_declaration.h34 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp88 bool TextareaDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::TextareaDeclaration
90 return textFieldDeclaration_->SetSpecializedStyle(style); in SetSpecializedStyle()
H A Dtextarea_declaration.h47 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_polygon_declaration.cpp40 bool SvgPolygonDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::SvgPolygonDeclaration
H A Dsvg_path_declaration.cpp40 bool SvgPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::SvgPathDeclaration
H A Dsvg_polygon_declaration.h35 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Dsvg_path_declaration.h35 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Dsvg_stop_declaration.h35 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Dsvg_text_path_declaration.cpp40 bool SvgTextPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::SvgTextPathDeclaration
H A Dsvg_ellipse_declaration.cpp40 bool SvgEllipseDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::SvgEllipseDeclaration
H A Dsvg_circle_declaration.cpp40 bool SvgCircleDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::SvgCircleDeclaration
H A Dsvg_line_declaration.cpp40 bool SvgLineDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::SvgLineDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.cpp84 bool InputDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() function in OHOS::Ace::InputDeclaration
126 declaration->SetSpecializedStyle(style); in PrepareSpecializedDeclaration()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.h60 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;

Completed in 8 milliseconds

12345