Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp54 std::vector<const CFX_CSSDeclaration*> matchedDecls; in MatchDeclarations() local
56 return matchedDecls; in MatchDeclarations()
60 return matchedDecls; in MatchDeclarations()
64 matchedDecls.push_back(d->pDeclaration); in MatchDeclarations()
66 return matchedDecls; in MatchDeclarations()