Searched refs:CFDE_CSSCustomProperty (Results 1 – 8 of 8) sorted by relevance
7 CFDE_CSSCustomProperty::CFDE_CSSCustomProperty(const CFX_WideString& name, in CFDE_CSSCustomProperty() function in CFDE_CSSCustomProperty11 CFDE_CSSCustomProperty::CFDE_CSSCustomProperty( in CFDE_CSSCustomProperty() function in CFDE_CSSCustomProperty12 const CFDE_CSSCustomProperty& prop) in CFDE_CSSCustomProperty()15 CFDE_CSSCustomProperty::~CFDE_CSSCustomProperty() {} in ~CFDE_CSSCustomProperty()
12 class CFDE_CSSCustomProperty {14 CFDE_CSSCustomProperty(const CFX_WideString& name,16 CFDE_CSSCustomProperty(const CFDE_CSSCustomProperty& prop);17 ~CFDE_CSSCustomProperty();
17 class CFDE_CSSCustomProperty; variable24 std::vector<std::unique_ptr<CFDE_CSSCustomProperty>>::const_iterator;90 std::vector<std::unique_ptr<CFDE_CSSCustomProperty>> custom_properties_;
19 class CFDE_CSSCustomProperty; variable66 std::vector<const CFDE_CSSCustomProperty*>* custom);
93 void AddCustomStyle(const CFDE_CSSCustomProperty& prop);108 std::vector<CFDE_CSSCustomProperty> m_CustomProperties;
164 void CFDE_CSSComputedStyle::AddCustomStyle(const CFDE_CSSCustomProperty& prop) { in AddCustomStyle()
107 std::vector<const CFDE_CSSCustomProperty*> customs; in ApplyDeclarations()129 std::vector<const CFDE_CSSCustomProperty*>* custom) { in ExtractValues()
276 pdfium::MakeUnique<CFDE_CSSCustomProperty>(prop, value)); in AddProperty()