Home
last modified time | relevance | path

Searched refs:importants (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp104 std::vector<const CFX_CSSPropertyHolder*> importants; in ApplyDeclarations() local
109 ExtractValues(decl, &importants, &normals, &customs); in ApplyDeclarations()
112 ExtractValues(extraDecl, &importants, &normals, &customs); in ApplyDeclarations()
120 for (auto* prop : importants) in ApplyDeclarations()
126 std::vector<const CFX_CSSPropertyHolder*>* importants, in ExtractValues() argument
131 importants->push_back(holder.get()); in ExtractValues()
Dcfx_cssstyleselector.h61 std::vector<const CFX_CSSPropertyHolder*>* importants,