HomeSort by relevance Sort by last modified time
    Searched refs:m_pSelector (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 60 if (!m_pSelector) {
61 m_pSelector = pdfium::MakeUnique<CFX_CSSStyleSelector>();
64 m_pSelector->SetDefFontSize(font ? font->GetFontSize() : 10.0f);
72 m_pSelector->SetUAStyleSheet(std::move(uaSheet));
73 m_pSelector->UpdateStyleIndex();
96 auto pStyle = m_pSelector->CreateComputedStyle(nullptr);
163 auto pNewStyle = m_pSelector->CreateComputedStyle(pParentStyle);
200 m_pSelector->ComputeStyle(pContext->GetDecls(),
233 m_pSelector->MatchDeclarations(tagProvider->GetTagName());
235 m_pSelector->ComputeStyle(declArray, tagProvider->GetAttribute(L"style")
    [all...]
cxfa_textparser.h 124 std::unique_ptr<CFX_CSSStyleSelector> m_pSelector;

Completed in 198 milliseconds