Searched defs:pSyntax (Results 1 – 3 of 3) sorted by relevance
30 auto pSyntax = std::make_unique<CFX_CSSSyntaxParser>(buffer); in LoadBuffer() local43 CFX_CSSSyntaxParser* pSyntax) { in LoadStyleRule()107 void CFX_CSSStyleSheet::SkipRuleSet(CFX_CSSSyntaxParser* pSyntax) { in SkipRuleSet()
143 auto pSyntax = std::make_unique<CFX_CSSSyntaxParser>(style.AsStringView()); in AppendInlineStyle() local
972 PCLUSPROP_SYNTAX pSyntax; member