Searched refs:TextClockComposedElement (Results 1 – 3 of 3) sorted by relevance
40 void TextClockComposedElement::Dump() in Dump()52 std::unique_ptr<JsonValue> TextClockComposedElement::ToJsonObject() const in ToJsonObject()61 std::string TextClockComposedElement::GetTimeZoneOffset() const in GetTimeZoneOffset()71 std::string TextClockComposedElement::GeFormat() const in GeFormat()80 RefPtr<RenderTextClock> TextClockComposedElement::GetRenderTextClock() const in GetRenderTextClock()89 std::string TextClockComposedElement::GetTextFontColor() const in GetTextFontColor()97 std::string TextClockComposedElement::GetTextFontSize() const in GetTextFontSize()105 std::string TextClockComposedElement::GetTextFontStyle() const in GetTextFontStyle()113 std::string TextClockComposedElement::GetTextFontWeight() const in GetTextFontWeight()121 std::string TextClockComposedElement::GetTextFontFamily() const in GetTextFontFamily()[all …]
27 class ACE_EXPORT TextClockComposedElement : public InspectorComposedElement {28 DECLARE_ACE_TYPE(TextClockComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument31 explicit TextClockComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()32 ~TextClockComposedElement() override = default;
214 … [](const std::string& id) { return AceType::MakeRefPtr<V2::TextClockComposedElement>(id); } }, in __anona4bda69c4502()