HomeSort by relevance Sort by last modified time
    Searched defs:StyleSurroundData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
StyleSurroundData.cpp 23 #include "StyleSurroundData.h"
27 StyleSurroundData::StyleSurroundData()
33 StyleSurroundData::StyleSurroundData(const StyleSurroundData& o)
34 : RefCounted<StyleSurroundData>()
42 bool StyleSurroundData::operator==(const StyleSurroundData& o) const
StyleSurroundData.h 35 class StyleSurroundData : public RefCounted<StyleSurroundData> {
37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); }
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); }
40 bool operator==(const StyleSurroundData& o) const;
41 bool operator!=(const StyleSurroundData& o) const
52 StyleSurroundData();
53 StyleSurroundData(const StyleSurroundData&);
    [all...]

Completed in 23 milliseconds