Searched refs:propertyTable (Results 1 – 1 of 1) sorted by relevance
65 const CFX_CSSPropertyTable* propertyTable = nullptr; in LoadStyleRule() local78 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()