Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssstylesheet.cpp67 const FDE_CSSPropertyTable* propertyTable = nullptr; in LoadStyleRule() local
80 propertyTable = FDE_GetCSSPropertyByName(strValue); in LoadStyleRule()
81 if (!propertyTable) in LoadStyleRule()
86 if (propertyTable || iValueLen > 0) { in LoadStyleRule()
90 if (propertyTable) { in LoadStyleRule()
91 decl->AddProperty(propertyTable, strValue); in LoadStyleRule()