Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp398 CFDE_CSSValueList(pArgs->pStaticStore, argumentArr); in ParseFunction()
462 CFDE_CSSValueList(pStaticStore, list), in ParseContentProperty()
483 CFDE_CSSValueList(pStaticStore, list)); in ParseCounterProperty()
497 CFDE_CSSValueList(pStaticStore, list)); in ParseCounterProperty()
510 CFDE_CSSValueList(pStaticStore, list)); in ParseCounterProperty()
517 CFDE_CSSValueList(pStaticStore, listFull), in ParseCounterProperty()
607 CFDE_CSSValueList* pList = in ParseValueListProperty()
608 FDE_NewWith(pStaticStore) CFDE_CSSValueList(pStaticStore, list); in ParseValueListProperty()
959 CFDE_CSSValueList* pPosList = in ParseBackgroundProperty()
960 FDE_NewWith(pStaticStore) CFDE_CSSValueList(pStaticStore, position); in ParseBackgroundProperty()
[all …]
Dfde_cssdatatable.h87 class CFDE_CSSValueList : public IFDE_CSSValueList, public CFX_Target {
89 CFDE_CSSValueList(IFX_MEMAllocator* pStaticStore,
Dfde_cssdatatable.cpp778 CFDE_CSSValueList::CFDE_CSSValueList(IFX_MEMAllocator* pStaticStore, in CFDE_CSSValueList() function in CFDE_CSSValueList