Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscustomproperty.cpp7 CFDE_CSSCustomProperty::CFDE_CSSCustomProperty(const CFX_WideString& name, in CFDE_CSSCustomProperty() function in CFDE_CSSCustomProperty
11 CFDE_CSSCustomProperty::CFDE_CSSCustomProperty( in CFDE_CSSCustomProperty() function in CFDE_CSSCustomProperty
12 const CFDE_CSSCustomProperty& prop) in CFDE_CSSCustomProperty()
15 CFDE_CSSCustomProperty::~CFDE_CSSCustomProperty() {} in ~CFDE_CSSCustomProperty()
Dcfde_csscustomproperty.h12 class CFDE_CSSCustomProperty {
14 CFDE_CSSCustomProperty(const CFX_WideString& name,
16 CFDE_CSSCustomProperty(const CFDE_CSSCustomProperty& prop);
17 ~CFDE_CSSCustomProperty();
Dcfde_cssdeclaration.h17 class CFDE_CSSCustomProperty; variable
24 std::vector<std::unique_ptr<CFDE_CSSCustomProperty>>::const_iterator;
90 std::vector<std::unique_ptr<CFDE_CSSCustomProperty>> custom_properties_;
Dcfde_cssstyleselector.h19 class CFDE_CSSCustomProperty; variable
66 std::vector<const CFDE_CSSCustomProperty*>* custom);
Dcfde_csscomputedstyle.h93 void AddCustomStyle(const CFDE_CSSCustomProperty& prop);
108 std::vector<CFDE_CSSCustomProperty> m_CustomProperties;
Dcfde_csscomputedstyle.cpp164 void CFDE_CSSComputedStyle::AddCustomStyle(const CFDE_CSSCustomProperty& prop) { in AddCustomStyle()
Dcfde_cssstyleselector.cpp107 std::vector<const CFDE_CSSCustomProperty*> customs; in ApplyDeclarations()
129 std::vector<const CFDE_CSSCustomProperty*>* custom) { in ExtractValues()
Dcfde_cssdeclaration.cpp276 pdfium::MakeUnique<CFDE_CSSCustomProperty>(prop, value)); in AddProperty()