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"
35 StyleRareNonInheritedData::StyleRareNonInheritedData()
102 StyleRareNonInheritedData::StyleRareNonInheritedData(const StyleRareNonInheritedData& o)
103 : RefCounted<StyleRareNonInheritedData>()
185 StyleRareNonInheritedData::~StyleRareNonInheritedData()
192 bool StyleRareNonInheritedData::operator==(const StyleRareNonInheritedData& o) cons
    [all...]
StyleRareNonInheritedData.h 63 // StyleRareNonInheritedData::m_pageSize is meaningful only when
64 // StyleRareNonInheritedData::m_pageSizeType is PAGE_SIZE_RESOLVED.
75 class StyleRareNonInheritedData : public RefCounted<StyleRareNonInheritedData> {
77 static PassRefPtr<StyleRareNonInheritedData> create() { return adoptRef(new StyleRareNonInheritedData); }
78 PassRefPtr<StyleRareNonInheritedData> copy() const { return adoptRef(new StyleRareNonInheritedData(*this)); }
79 ~StyleRareNonInheritedData();
81 bool operator==(const StyleRareNonInheritedData&) const
    [all...]

Completed in 33 milliseconds