Searched refs:CFX_CSSCustomProperty (Results 1 – 8 of 8) sorted by relevance
7 CFX_CSSCustomProperty::CFX_CSSCustomProperty(const WideString& name, in CFX_CSSCustomProperty() function in CFX_CSSCustomProperty11 CFX_CSSCustomProperty::CFX_CSSCustomProperty(const CFX_CSSCustomProperty& prop) in CFX_CSSCustomProperty() function in CFX_CSSCustomProperty14 CFX_CSSCustomProperty::~CFX_CSSCustomProperty() {} in ~CFX_CSSCustomProperty()
12 class CFX_CSSCustomProperty {14 CFX_CSSCustomProperty(const WideString& name, const WideString& value);15 CFX_CSSCustomProperty(const CFX_CSSCustomProperty& prop);16 ~CFX_CSSCustomProperty();
16 class CFX_CSSCustomProperty; variable23 std::vector<std::unique_ptr<CFX_CSSCustomProperty>>::const_iterator;87 std::vector<std::unique_ptr<CFX_CSSCustomProperty>> custom_properties_;
18 class CFX_CSSCustomProperty; variable63 std::vector<const CFX_CSSCustomProperty*>* custom);
96 void AddCustomStyle(const CFX_CSSCustomProperty& prop);107 std::vector<CFX_CSSCustomProperty> m_CustomProperties;
163 void CFX_CSSComputedStyle::AddCustomStyle(const CFX_CSSCustomProperty& prop) { in AddCustomStyle()
107 std::vector<const CFX_CSSCustomProperty*> customs; in ApplyDeclarations()129 std::vector<const CFX_CSSCustomProperty*>* custom) { in ExtractValues()
285 pdfium::MakeUnique<CFX_CSSCustomProperty>(prop, value)); in AddProperty()