Home
last modified time | relevance | path

Searched refs:mappedAttrParser (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGElement.cpp1273 MappedAttrParser mappedAttrParser(doc->CSSLoader(), doc->GetDocumentURI(), in UpdateContentStyleRule() local
1311 mappedAttrParser.ParseMappedAttrValue(attrName->Atom(), value); in UpdateContentStyleRule()
1313 mContentStyleRule = mappedAttrParser.CreateStyleRule(); in UpdateContentStyleRule()
1326 MappedAttrParser* mappedAttrParser = static_cast<MappedAttrParser*>(aData); in ParseMappedAttrAnimValueCallback() local
1327 MOZ_ASSERT(mappedAttrParser, "parser should be non-null"); in ParseMappedAttrAnimValueCallback()
1335 mappedAttrParser->ParseMappedAttrValue(aPropertyName, animValStr); in ParseMappedAttrAnimValueCallback()
1364 MappedAttrParser mappedAttrParser(doc->CSSLoader(), doc->GetDocumentURI(), in UpdateAnimatedContentStyleRule() local
1367 Enumerate(this, ParseMappedAttrAnimValueCallback, &mappedAttrParser); in UpdateAnimatedContentStyleRule()
1370 animContentStyleRule(mappedAttrParser.CreateStyleRule()); in UpdateAnimatedContentStyleRule()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGElement.cpp1281 MappedAttrParser mappedAttrParser(doc->CSSLoader(), GetBaseURI(), this); in UpdateContentDeclarationBlock() local
1308 mappedAttrParser.TellStyleAlreadyParsedResult(attrName->Atom(), in UpdateContentDeclarationBlock()
1323 mappedAttrParser.TellStyleAlreadyParsedResult(*path); in UpdateContentDeclarationBlock()
1340 mappedAttrParser.ParseMappedAttrValue(attrName->Atom(), value); in UpdateContentDeclarationBlock()
1342 mContentDeclarationBlock = mappedAttrParser.GetDeclarationBlock(); in UpdateContentDeclarationBlock()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGElement.cpp1281 MappedAttrParser mappedAttrParser(doc->CSSLoader(), GetBaseURI(), this); in UpdateContentDeclarationBlock() local
1308 mappedAttrParser.TellStyleAlreadyParsedResult(attrName->Atom(), in UpdateContentDeclarationBlock()
1323 mappedAttrParser.TellStyleAlreadyParsedResult(*path); in UpdateContentDeclarationBlock()
1340 mappedAttrParser.ParseMappedAttrValue(attrName->Atom(), value); in UpdateContentDeclarationBlock()
1342 mContentDeclarationBlock = mappedAttrParser.GetDeclarationBlock(); in UpdateContentDeclarationBlock()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGElement.cpp1281 MappedAttrParser mappedAttrParser(doc->CSSLoader(), GetBaseURI(), this); in UpdateContentDeclarationBlock() local
1308 mappedAttrParser.TellStyleAlreadyParsedResult(attrName->Atom(), in UpdateContentDeclarationBlock()
1323 mappedAttrParser.TellStyleAlreadyParsedResult(*path); in UpdateContentDeclarationBlock()
1340 mappedAttrParser.ParseMappedAttrValue(attrName->Atom(), value); in UpdateContentDeclarationBlock()
1342 mContentDeclarationBlock = mappedAttrParser.GetDeclarationBlock(); in UpdateContentDeclarationBlock()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGElement.cpp1227 MappedAttrParser mappedAttrParser(doc->CSSLoader(), GetBaseURI(), this); in UpdateContentDeclarationBlock() local
1254 mappedAttrParser.TellStyleAlreadyParsedResult(attrName->Atom(), in UpdateContentDeclarationBlock()
1262 mappedAttrParser.ParseMappedAttrValue(attrName->Atom(), value); in UpdateContentDeclarationBlock()
1264 mContentDeclarationBlock = mappedAttrParser.GetDeclarationBlock(); in UpdateContentDeclarationBlock()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGElement.cpp1256 MappedAttrParser mappedAttrParser(doc->CSSLoader(), doc->GetDocumentURI(), in UpdateContentDeclarationBlock() local
1293 mappedAttrParser.ParseMappedAttrValue(attrName->Atom(), value); in UpdateContentDeclarationBlock()
1295 mContentDeclarationBlock = mappedAttrParser.GetDeclarationBlock(); in UpdateContentDeclarationBlock()