Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssstyleselector.cpp55 std::vector<const CFDE_CSSDeclaration*> matchedDecls; in MatchDeclarations() local
57 return matchedDecls; in MatchDeclarations()
61 return matchedDecls; in MatchDeclarations()
65 matchedDecls.push_back(d->pDeclaration); in MatchDeclarations()
67 return matchedDecls; in MatchDeclarations()