Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.cpp431 CFDE_CSSComputedStyle* pComputedStyle = (CFDE_CSSComputedStyle*)pDestStyle; in ComputeStyle() local
432 FXSYS_assert(pTag && iDeclCount >= 0 && pComputedStyle != NULL); in ComputeStyle()
490 CFDE_CSSComputedStyle* pComputedStyle = (CFDE_CSSComputedStyle*)pDestStyle; in ApplyDeclarations() local
507 ApplyProperty(FDE_CSSPROPERTY_FontSize, pImportant, pComputedStyle); in ApplyDeclarations()
509 ApplyProperty(FDE_CSSPROPERTY_FontSize, pLastest, pComputedStyle); in ApplyDeclarations()
524 ApplyProperty(eProp, pVal, pComputedStyle); in ApplyDeclarations()
538 ApplyProperty(eProp, pVal, pComputedStyle); in ApplyDeclarations()
546 pComputedStyle->AddCustomStyle(wsName, wsValue); in ApplyDeclarations()
593 #define FDE_CSSNONINHERITS (pComputedStyle->m_NonInheritedData)
594 #define FDE_CSSINHERITS (pComputedStyle->m_InheritedData)
[all …]
Dfde_cssstyleselector.h124 CFDE_CSSComputedStyle* pComputedStyle);