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();
17 class CFX_CSSCustomProperty; variable24 std::vector<std::unique_ptr<CFX_CSSCustomProperty>>::const_iterator;89 std::vector<std::unique_ptr<CFX_CSSCustomProperty>> custom_properties_;
18 class CFX_CSSCustomProperty; variable63 std::vector<const CFX_CSSCustomProperty*>* custom);
92 void AddCustomStyle(const CFX_CSSCustomProperty& prop);106 std::vector<CFX_CSSCustomProperty> m_CustomProperties;
164 void CFX_CSSComputedStyle::AddCustomStyle(const CFX_CSSCustomProperty& prop) { in AddCustomStyle()
106 std::vector<const CFX_CSSCustomProperty*> customs; in ApplyDeclarations()128 std::vector<const CFX_CSSCustomProperty*>* custom) { in ExtractValues()
428 pdfium::MakeUnique<CFX_CSSCustomProperty>(prop, value)); in AddProperty()