Home
last modified time | relevance | path

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

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