Home
last modified time | relevance | path

Searched refs:StyleReflection (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleReflection.h35 class StyleReflection : public RefCounted<StyleReflection> {
37 static PassRefPtr<StyleReflection> create() in create()
39 return adoptRef(new StyleReflection); in create()
42 bool operator==(const StyleReflection& o) const
46 bool operator!=(const StyleReflection& o) const { return !(*this == o); }
57 StyleReflection() in StyleReflection() function
DStyleRareNonInheritedData.h47 class StyleReflection; variable
116 RefPtr<StyleReflection> m_boxReflect;
DRenderStyle.h681 StyleReflection* boxReflect() const { return rareNonInheritedData->m_boxReflect.get(); } in boxReflect()
1042 …void setBoxReflect(PassRefPtr<StyleReflection> reflect) { if (rareNonInheritedData->m_boxReflect !… in setBoxReflect()
1276 static StyleReflection* initialBoxReflect() { return 0; } in initialBoxReflect()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp375 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle… in valueForReflection()
DCSSStyleSelector.cpp5187 RefPtr<StyleReflection> reflection = StyleReflection::create(); in applyProperty()
7430 if (StyleReflection* reflection = m_style->boxReflect()) { in loadPendingImages()
/external/webkit/Source/WebCore/
DWebCore.pro2199 rendering/style/StyleReflection.h \
DGNUmakefile.list.am2969 Source/WebCore/rendering/style/StyleReflection.h \
DGNUmakefile.am2960 Source/WebCore/rendering/style/StyleReflection.h \
DChangeLog-2008-08-1013465 (WebCore::StyleReflection::create):
13466 (WebCore::StyleReflection::StyleReflection):
25046 (WebCore::StyleReflection::StyleReflection):
25047 (WebCore::StyleReflection::operator==):
25048 (WebCore::StyleReflection::operator!=):
25049 (WebCore::StyleReflection::direction):
25050 (WebCore::StyleReflection::offset):
25051 (WebCore::StyleReflection::mask):
25052 (WebCore::StyleReflection::setDirection):
25053 (WebCore::StyleReflection::setOffset):
[all …]
DWebCore.gypi1006 'rendering/style/StyleReflection.h',
DChangeLog-2009-06-1688786 * rendering/style/StyleReflection.h: Copied from rendering/style/RenderStyle.h.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4901 …870E82E70700E7F975 /* StyleReflection.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2272860E8…
11382StyleReflection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
18436 BC2272860E82E70700E7F975 /* StyleReflection.h */,
22519 BC2272870E82E70700E7F975 /* StyleReflection.h in Headers */,