Lines Matching refs:StyleRef
99 class StyleRef {
101 StyleRef();
102 StyleRef(const StyleRef&);
103 ~StyleRef();
105 StyleRef& operator=(const StyleRef& rhs);
106 bool operator==(const StyleRef& rhs) const;
107 bool operator!=(const StyleRef& rhs) const;
117 explicit StyleRef(StyleEntry* entry);
150 friend class StyleRef; variable
175 StyleRef MakeRef(const StyleString& str);
179 StyleRef MakeRef(const StyleString& str, const Context& context);
182 StyleRef MakeRef(const StyleRef& ref);