Home
last modified time | relevance | path

Searched refs:CFX_CSSCustomProperty (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_csscustomproperty.cpp7 CFX_CSSCustomProperty::CFX_CSSCustomProperty(const WideString& name, in CFX_CSSCustomProperty() function in CFX_CSSCustomProperty
11 CFX_CSSCustomProperty::CFX_CSSCustomProperty(const CFX_CSSCustomProperty& prop) in CFX_CSSCustomProperty() function in CFX_CSSCustomProperty
14 CFX_CSSCustomProperty::~CFX_CSSCustomProperty() {} in ~CFX_CSSCustomProperty()
Dcfx_csscustomproperty.h12 class CFX_CSSCustomProperty {
14 CFX_CSSCustomProperty(const WideString& name, const WideString& value);
15 CFX_CSSCustomProperty(const CFX_CSSCustomProperty& prop);
16 ~CFX_CSSCustomProperty();
Dcfx_cssdeclaration.h17 class CFX_CSSCustomProperty; variable
24 std::vector<std::unique_ptr<CFX_CSSCustomProperty>>::const_iterator;
89 std::vector<std::unique_ptr<CFX_CSSCustomProperty>> custom_properties_;
Dcfx_cssstyleselector.h18 class CFX_CSSCustomProperty; variable
63 std::vector<const CFX_CSSCustomProperty*>* custom);
Dcfx_csscomputedstyle.h92 void AddCustomStyle(const CFX_CSSCustomProperty& prop);
106 std::vector<CFX_CSSCustomProperty> m_CustomProperties;
Dcfx_csscomputedstyle.cpp164 void CFX_CSSComputedStyle::AddCustomStyle(const CFX_CSSCustomProperty& prop) { in AddCustomStyle()
Dcfx_cssstyleselector.cpp106 std::vector<const CFX_CSSCustomProperty*> customs; in ApplyDeclarations()
128 std::vector<const CFX_CSSCustomProperty*>* custom) { in ExtractValues()
Dcfx_cssdeclaration.cpp428 pdfium::MakeUnique<CFX_CSSCustomProperty>(prop, value)); in AddProperty()