Searched refs:TextareaComposedElement (Results 1 – 3 of 3) sorted by relevance
44 void TextareaComposedElement::Dump() in Dump()70 std::string TextareaComposedElement::GetPlaceholder() const in GetPlaceholder()79 std::string TextareaComposedElement::GetText() const in GetText()97 std::string TextareaComposedElement::GetPlaceholderFont() const in GetPlaceholderFont()136 std::string TextareaComposedElement::GetTextAlign() const in GetTextAlign()144 std::string TextareaComposedElement::GetCaretColor() const in GetCaretColor()153 std::string TextareaComposedElement::GetTextFontColor() const in GetTextFontColor()162 std::string TextareaComposedElement::GetTextFontSize() const in GetTextFontSize()171 std::string TextareaComposedElement::GetTextFontStyle() const in GetTextFontStyle()179 std::string TextareaComposedElement::GetTextFontWeight() const in GetTextFontWeight()[all …]
26 class ACE_EXPORT TextareaComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(TextareaComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument30 explicit TextareaComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()31 ~TextareaComposedElement() override = default;
205 … [](const std::string& id) { return AceType::MakeRefPtr<V2::TextareaComposedElement>(id); } }, in __anona4bda69c4002()