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

  /external/pdfium/core/fxcrt/css/
cfx_cssrulecollection.h 28 CFX_CSSDeclaration* const pDeclaration;
cfx_cssrulecollection.cpp 44 CFX_CSSDeclaration* pDeclaration = pStyleRule->GetDeclaration();
49 pdfium::MakeUnique<Data>(pSelector, pDeclaration));
56 : pSelector(pSel), pDeclaration(pDecl) {}

Completed in 3565 milliseconds