Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet.cpp65 const CFX_CSSPropertyTable* propertyTable = nullptr; in LoadStyleRule() local
78 propertyTable = CFX_GetCSSPropertyByName(strValue); in LoadStyleRule()
79 if (!propertyTable) in LoadStyleRule()
84 if (propertyTable || iValueLen > 0) { in LoadStyleRule()
88 if (propertyTable) { in LoadStyleRule()
89 decl->AddProperty(propertyTable, strValue); in LoadStyleRule()