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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.cpp 23 #include "core/rendering/style/StyleRareNonInheritedData.h"
33 StyleRareNonInheritedData::StyleRareNonInheritedData()
82 StyleRareNonInheritedData::StyleRareNonInheritedData(const StyleRareNonInheritedData& o)
83 : RefCounted<StyleRareNonInheritedData>()
153 StyleRareNonInheritedData::~StyleRareNonInheritedData()
157 bool StyleRareNonInheritedData::operator==(const StyleRareNonInheritedData& o) cons
    [all...]
StyleRareNonInheritedData.h 61 // StyleRareNonInheritedData::m_pageSize is meaningful only when
62 // StyleRareNonInheritedData::m_pageSizeType is PAGE_SIZE_RESOLVED.
73 class StyleRareNonInheritedData : public RefCounted<StyleRareNonInheritedData> {
75 static PassRefPtr<StyleRareNonInheritedData> create() { return adoptRef(new StyleRareNonInheritedData); }
76 PassRefPtr<StyleRareNonInheritedData> copy() const { return adoptRef(new StyleRareNonInheritedData(*this)); }
77 ~StyleRareNonInheritedData();
79 bool operator==(const StyleRareNonInheritedData&) const
    [all...]

Completed in 25 milliseconds