Searched refs:FormValue (Results 1 – 3 of 3) sorted by relevance
47 void AddInputChild(const WeakPtr<FormValue>& child) in AddInputChild()58 std::list<WeakPtr<FormValue>> formValueList_;
25 class FormValue : public virtual AceType {26 DECLARE_ACE_TYPE(FormValue, AceType) in DECLARE_ACE_TYPE() argument
31 class DOMInput final : public DOMNode, public FormValue {32 DECLARE_ACE_TYPE(DOMInput, DOMNode, FormValue);