Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h93 void AddCustomStyle(const CFDE_CSSCustomProperty& prop);
Dcfde_csscomputedstyle.cpp164 void CFDE_CSSComputedStyle::AddCustomStyle(const CFDE_CSSCustomProperty& prop) { in AddCustomStyle() function in CFDE_CSSComputedStyle
Dcfde_cssstyleselector.cpp119 pComputedStyle->AddCustomStyle(*prop); in ApplyDeclarations()