Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dfde_cssdatatable.h21 struct FDE_CSSPropertyTable { struct
44 const FDE_CSSPropertyTable* FDE_GetCSSPropertyByName( argument
46 const FDE_CSSPropertyTable* FDE_GetCSSPropertyByEnum(FDE_CSSProperty eName);
Dfde_cssdatatable.cpp16 static const FDE_CSSPropertyTable g_FDE_CSSProperties[] = {
119 sizeof(g_FDE_CSSProperties) / sizeof(FDE_CSSPropertyTable);
199 const FDE_CSSPropertyTable* FDE_GetCSSPropertyByName( in FDE_GetCSSPropertyByName()
220 const FDE_CSSPropertyTable* FDE_GetCSSPropertyByEnum(FDE_CSSProperty eName) { in FDE_GetCSSPropertyByEnum()
Dcfde_cssdeclaration.h50 void AddProperty(const FDE_CSSPropertyTable* pTable,
67 void ParseValueListProperty(const FDE_CSSPropertyTable* pTable,
Dcfde_cssstylesheet.cpp67 const FDE_CSSPropertyTable* propertyTable = nullptr; in LoadStyleRule()
Dcfde_cssdeclaration.cpp158 void CFDE_CSSDeclaration::AddProperty(const FDE_CSSPropertyTable* pTable, in AddProperty()
322 const FDE_CSSPropertyTable* pTable, in ParseValueListProperty()
Dcfde_cssstyleselector.cpp149 const FDE_CSSPropertyTable* table = nullptr; in AppendInlineStyle()