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

  /external/webkit/Source/WebCore/rendering/style/
StyleRareNonInheritedData.cpp 23 #include "StyleRareNonInheritedData.h"
34 StyleRareNonInheritedData::StyleRareNonInheritedData()
66 StyleRareNonInheritedData::StyleRareNonInheritedData(const StyleRareNonInheritedData& o)
67 : RefCounted<StyleRareNonInheritedData>()
105 StyleRareNonInheritedData::~StyleRareNonInheritedData()
109 bool StyleRareNonInheritedData::operator==(const StyleRareNonInheritedData& o) cons
    [all...]
StyleRareNonInheritedData.h 58 // StyleRareNonInheritedData::m_pageSize is meaningful only when
59 // StyleRareNonInheritedData::m_pageSizeType is PAGE_SIZE_RESOLVED.
70 class StyleRareNonInheritedData : public RefCounted<StyleRareNonInheritedData> {
72 static PassRefPtr<StyleRareNonInheritedData> create() { return adoptRef(new StyleRareNonInheritedData); }
73 PassRefPtr<StyleRareNonInheritedData> copy() const { return adoptRef(new StyleRareNonInheritedData(*this)); }
74 ~StyleRareNonInheritedData();
76 bool operator==(const StyleRareNonInheritedData&) const
    [all...]

Completed in 28 milliseconds