Searched refs:pSelector (Results 1 – 4 of 4) sorted by relevance
49 CFDE_CSSSelector* pSelector = pStyleRule->GetSelectorList(i); in AddRulesFrom() local50 m_TagRules[pSelector->GetNameHash()].push_back( in AddRulesFrom()51 pdfium::MakeUnique<Data>(pSelector, pDeclaration)); in AddRulesFrom()58 : pSelector(pSel), pDeclaration(pDecl) {} in Data()
73 auto pSelector = CFDE_CSSSelector::FromString(strValue); in LoadStyleRule() local74 if (pSelector) in LoadStyleRule()75 selectors.push_back(std::move(pSelector)); in LoadStyleRule()
28 CFDE_CSSSelector* const pSelector; variable
64 if (MatchSelector(tagname, d->pSelector)) in MatchDeclarations()