Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h96 void AddCustomStyle(const CFX_CSSCustomProperty& prop);
Dcfx_csscomputedstyle.cpp163 void CFX_CSSComputedStyle::AddCustomStyle(const CFX_CSSCustomProperty& prop) { in AddCustomStyle() function in CFX_CSSComputedStyle
Dcfx_cssstyleselector.cpp119 pComputedStyle->AddCustomStyle(*prop); in ApplyDeclarations()