HomeSort by relevance Sort by last modified time
    Searched defs:pSelector (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_cssrulecollection.h 27 CFX_CSSSelector* const pSelector;
cfx_cssrulecollection.cpp 47 CFX_CSSSelector* pSelector = pStyleRule->GetSelectorList(i);
48 m_TagRules[pSelector->GetNameHash()].push_back(
49 pdfium::MakeUnique<Data>(pSelector, pDeclaration));
56 : pSelector(pSel), pDeclaration(pDecl) {}
cfx_cssstylesheet.cpp 71 auto pSelector = CFX_CSSSelector::FromString(strValue);
72 if (pSelector)
73 selectors.push_back(std::move(pSelector));

Completed in 613 milliseconds