Home
last modified time | relevance | path

Searched refs:StyleRareInheritedData (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.h43 class StyleRareInheritedData : public RefCounted<StyleRareInheritedData> {
45 …static PassRefPtr<StyleRareInheritedData> create() { return adoptRef(new StyleRareInheritedData); } in create()
46 …PassRefPtr<StyleRareInheritedData> copy() const { return adoptRef(new StyleRareInheritedData(*this… in copy()
47 ~StyleRareInheritedData();
49 bool operator==(const StyleRareInheritedData& o) const;
50 bool operator!=(const StyleRareInheritedData& o) const
54 bool shadowDataEquivalent(const StyleRareInheritedData&) const;
103 StyleRareInheritedData();
104 StyleRareInheritedData(const StyleRareInheritedData&);
DStyleRareInheritedData.cpp33 StyleRareInheritedData::StyleRareInheritedData() in StyleRareInheritedData() function in WebCore::StyleRareInheritedData
64 StyleRareInheritedData::StyleRareInheritedData(const StyleRareInheritedData& o) in StyleRareInheritedData() function in WebCore::StyleRareInheritedData
65 : RefCounted<StyleRareInheritedData>() in StyleRareInheritedData()
103 StyleRareInheritedData::~StyleRareInheritedData() in ~StyleRareInheritedData()
117 bool StyleRareInheritedData::operator==(const StyleRareInheritedData& o) const in operator ==()
157 bool StyleRareInheritedData::shadowDataEquivalent(const StyleRareInheritedData& o) const in shadowDataEquivalent()
DRenderStyle.cpp735 StyleRareInheritedData* rareData = rareInheritedData.access(); in setTextShadow()
DRenderStyle.h148 DataRef<StyleRareInheritedData> rareInheritedData;
/external/webkit/Source/WebCore/
DAndroid.mk1005 rendering/style/StyleRareInheritedData.cpp \
DChangeLog5717 * rendering/style/StyleRareInheritedData.cpp:
9788 … Fix OwnPtr strict errors in RenderStyle and make StyleRareInheritedData::textShadow an OwnPtr
9811 * rendering/style/StyleRareInheritedData.cpp:
9812 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
9813 (WebCore::StyleRareInheritedData::~StyleRareInheritedData):
9814 * rendering/style/StyleRareInheritedData.h:
10672 Unreviewed rollout r84877 and StyleRareInheritedData.cpp changes of r84892,
10675 … Fix OwnPtr strict errors in RenderStyle and make StyleRareInheritedData::textShadow an OwnPtr
10688 * rendering/style/StyleRareInheritedData.cpp:
10689 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
[all …]
DWebCore.pro1178 rendering/style/StyleRareInheritedData.cpp \
2197 rendering/style/StyleRareInheritedData.h \
DCMakeLists.txt1298 rendering/style/StyleRareInheritedData.cpp
DGNUmakefile.list.am2965 Source/WebCore/rendering/style/StyleRareInheritedData.cpp \
2966 Source/WebCore/rendering/style/StyleRareInheritedData.h \
DGNUmakefile.am2956 Source/WebCore/rendering/style/StyleRareInheritedData.cpp \
2957 Source/WebCore/rendering/style/StyleRareInheritedData.h \
DWebCore.gypi1004 'rendering/style/StyleRareInheritedData.h',
5349 'rendering/style/StyleRareInheritedData.cpp',
DChangeLog-2010-12-061540 * rendering/style/StyleRareInheritedData.cpp:
1541 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
1542 (WebCore::StyleRareInheritedData::operator==):
1543 * rendering/style/StyleRareInheritedData.h:
30171 * rendering/style/StyleRareInheritedData.cpp:
30172 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
43760 * rendering/style/StyleRareInheritedData.cpp:
43761 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
43762 (WebCore::StyleRareInheritedData::operator==):
43763 * rendering/style/StyleRareInheritedData.h:
[all …]
DChangeLog-2007-10-146486 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
6487 (WebCore::StyleRareInheritedData::operator==):
8031 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
8032 (WebCore::StyleRareInheritedData::operator==):
10974 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
10975 (WebCore::StyleRareInheritedData::operator==):
43622 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
43623 (WebCore::StyleRareInheritedData::operator==):
DChangeLog-2010-05-244768 StyleRareInheritedData and StyleRareNonInheritedData, namely:
4770 …orData, m_effectiveZoom, widows and orphans move from StyleInheritedData to StyleRareInheritedData.
4796 * rendering/style/StyleRareInheritedData.cpp:
4797 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
4799 (WebCore::StyleRareInheritedData::operator==):
4800 * rendering/style/StyleRareInheritedData.h:
12968 * rendering/style/StyleRareInheritedData.h:
DChangeLog-2008-08-1046418 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
46432 (WebCore::StyleRareInheritedData::create):
46433 (WebCore::StyleRareInheritedData::copy):
51318 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
73471 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
DChangeLog-2010-01-2934413 * rendering/style/StyleRareInheritedData.cpp:
34414 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
34415 (WebCore::StyleRareInheritedData::operator==):
34416 * rendering/style/StyleRareInheritedData.h:
96437 * rendering/style/StyleRareInheritedData.cpp:
96438 (WebCore::StyleRareInheritedData::operator==): Compare the resize
DChangeLog-2009-06-1626820 * rendering/style/StyleRareInheritedData.cpp:
26821 (WebCore::StyleRareInheritedData::shadowDataEquivalent):
75712 * rendering/style/StyleRareInheritedData.h:
88781 * rendering/style/StyleRareInheritedData.cpp: Copied from rendering/style/RenderStyle.cpp.
88782 * rendering/style/StyleRareInheritedData.h: Copied from rendering/style/RenderStyle.h.
88783 (WebCore::StyleRareInheritedData::operator!=):
DChangeLog-2011-02-1625657 * rendering/style/StyleRareInheritedData.cpp:
25753 * rendering/style/StyleRareInheritedData.cpp:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4906 …9B00E7F975 /* StyleRareInheritedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC2272E10E…
4907 …E9B00E7F975 /* StyleRareInheritedData.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2272E20E8…
11387StyleRareInheritedData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sou…
11388StyleRareInheritedData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourc…
18432 BC2272E10E82EE9B00E7F975 /* StyleRareInheritedData.cpp */,
18433 BC2272E20E82EE9B00E7F975 /* StyleRareInheritedData.h */,
22517 BC2272E40E82EE9B00E7F975 /* StyleRareInheritedData.h in Headers */,
25343 BC2272E30E82EE9B00E7F975 /* StyleRareInheritedData.cpp in Sources */,