Searched refs:CFX_CSSPropertyHolder (Results 1 – 6 of 6) sorted by relevance
9 CFX_CSSPropertyHolder::CFX_CSSPropertyHolder() {} in CFX_CSSPropertyHolder() function in CFX_CSSPropertyHolder11 CFX_CSSPropertyHolder::~CFX_CSSPropertyHolder() {} in ~CFX_CSSPropertyHolder()
14 class CFX_CSSPropertyHolder {16 CFX_CSSPropertyHolder();17 ~CFX_CSSPropertyHolder();
20 class CFX_CSSPropertyHolder; variable61 std::vector<const CFX_CSSPropertyHolder*>* importants,62 std::vector<const CFX_CSSPropertyHolder*>* normals,
16 class CFX_CSSPropertyHolder; variable22 std::vector<std::unique_ptr<CFX_CSSPropertyHolder>>::const_iterator;88 std::vector<std::unique_ptr<CFX_CSSPropertyHolder>> properties_;
104 std::vector<const CFX_CSSPropertyHolder*> importants; in ApplyDeclarations()105 std::vector<const CFX_CSSPropertyHolder*> normals; in ApplyDeclarations()126 std::vector<const CFX_CSSPropertyHolder*>* importants, in ExtractValues()127 std::vector<const CFX_CSSPropertyHolder*>* normals, in ExtractValues()
303 auto pHolder = pdfium::MakeUnique<CFX_CSSPropertyHolder>(); in AddPropertyHolder()