Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdatatable.h18 struct CFX_CSSPropertyTable { struct
25 const CFX_CSSPropertyTable* CFX_GetCSSPropertyByName( argument
27 const CFX_CSSPropertyTable* CFX_GetCSSPropertyByEnum(CFX_CSSProperty eName);
Dcfx_cssdatatable.cpp16 static const CFX_CSSPropertyTable g_CFX_CSSProperties[] = {
119 sizeof(g_CFX_CSSProperties) / sizeof(CFX_CSSPropertyTable);
124 const CFX_CSSPropertyTable* CFX_GetCSSPropertyByName( in CFX_GetCSSPropertyByName()
145 const CFX_CSSPropertyTable* CFX_GetCSSPropertyByEnum(CFX_CSSProperty eName) { in CFX_GetCSSPropertyByEnum()
Dcfx_cssdeclaration.h50 void AddProperty(const CFX_CSSPropertyTable* pTable,
67 void ParseValueListProperty(const CFX_CSSPropertyTable* pTable,
Dcfx_cssstylesheet.cpp65 const CFX_CSSPropertyTable* propertyTable = nullptr; in LoadStyleRule()
Dcfx_cssdeclaration.cpp310 void CFX_CSSDeclaration::AddProperty(const CFX_CSSPropertyTable* pTable, in AddProperty()
469 const CFX_CSSPropertyTable* pTable, in ParseValueListProperty()
Dcfx_cssstyleselector.cpp146 const CFX_CSSPropertyTable* table = nullptr; in AppendInlineStyle()