Home
last modified time | relevance | path

Searched refs:CFX_CSSPropertyHolder (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_csspropertyholder.cpp9 CFX_CSSPropertyHolder::CFX_CSSPropertyHolder() {} in CFX_CSSPropertyHolder() function in CFX_CSSPropertyHolder
11 CFX_CSSPropertyHolder::~CFX_CSSPropertyHolder() {} in ~CFX_CSSPropertyHolder()
Dcfx_csspropertyholder.h14 class CFX_CSSPropertyHolder {
16 CFX_CSSPropertyHolder();
17 ~CFX_CSSPropertyHolder();
Dcfx_cssstyleselector.h20 class CFX_CSSPropertyHolder; variable
61 std::vector<const CFX_CSSPropertyHolder*>* importants,
62 std::vector<const CFX_CSSPropertyHolder*>* normals,
Dcfx_cssdeclaration.h16 class CFX_CSSPropertyHolder; variable
22 std::vector<std::unique_ptr<CFX_CSSPropertyHolder>>::const_iterator;
88 std::vector<std::unique_ptr<CFX_CSSPropertyHolder>> properties_;
Dcfx_cssstyleselector.cpp104 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()
Dcfx_cssdeclaration.cpp303 auto pHolder = pdfium::MakeUnique<CFX_CSSPropertyHolder>(); in AddPropertyHolder()