Searched defs:StructureElementNode (Results 1 – 2 of 2) sorted by relevance
115 struct StructureElementNode { struct117 std::vector<std::unique_ptr<StructureElementNode>> fChildVector; argument118 int fNodeId = 0;119 std::vector<int> fAdditionalNodeIds;120 AttributeList fAttributes;121 SkString fAlt;122 SkString fLang;125 DocumentStructureType fType = DocumentStructureType::kNonStruct;
75 struct StructureElementNode { struct76 const StructureElementNode* fChildren = nullptr; argument77 size_t fChildCount;78 int fNodeId;79 DocumentStructureType fType;