Home
last modified time | relevance | path

Searched refs:CounterContent (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DCounterContent.h33 class CounterContent {
36CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator) in CounterContent() function
53 static inline bool operator==(const CounterContent& a, const CounterContent& b)
DContentData.h85 CounterContent* counter() const in counter()
90 void setCounter(PassOwnPtr<CounterContent> counter) in setCounter()
119 CounterContent* m_counter;
DRenderStyle.h96 class CounterContent; variable
1155 void setContent(PassOwnPtr<CounterContent>, bool add = false);
DRenderStyle.cpp673 void RenderStyle::setContent(PassOwnPtr<CounterContent> counter, bool add) in setContent()
/external/webkit/Source/WebCore/rendering/
DRenderCounter.h34 RenderCounter(Document*, const CounterContent&);
54 CounterContent m_counter;
DRenderCounter.cpp449 RenderCounter::RenderCounter(Document* node, const CounterContent& counter) in RenderCounter()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp766 const CounterContent* counter = contentData->counter(); in contentToCSSValue()
DCSSStyleSelector.cpp4547 … OwnPtr<CounterContent> counter = adoptPtr(new CounterContent(counterValue->identifier(), in applyProperty()
/external/webkit/Source/WebCore/
DGNUmakefile.list.am2925 Source/WebCore/rendering/style/CounterContent.h \
DGNUmakefile.am2918 Source/WebCore/rendering/style/CounterContent.h \
DWebCore.gypi980 'rendering/style/CounterContent.h',
DChangeLog-2009-06-1629951 * rendering/style/CounterContent.h:
88486 * rendering/style/CounterContent.h:
88833 Split Animation, AnimationList, BindingURI, ContentData, CounterContent,
88863 * rendering/style/CounterContent.h: Copied from rendering/style/RenderStyle.h.
88864 (WebCore::CounterContent::CounterContent):
DChangeLog-2007-10-1468199 the CounterContent -- it's two atomic strings and an integer so it's efficient
68342 CounterContent, since it's used inside ContentData. Changed names of fields in
68352 (WebCore::operator!=): Added. Compares two CounterContent objects.
DChangeLog-2010-12-0667776 * WebCore.xcodeproj/project.pbxproj: Mark CounterContent.h Private instead of Project.
67801 * rendering/style/ContentData.h: Added include of CounterContent.h.
67803 * css/CSSStyleSelector.cpp: Removed include of CounterContent.h.
81731 * rendering/style/CounterContent.h:
DChangeLog-2010-01-2927578 class CounterContent - css/CSSStyleSelector.cpp:4111
27583 * rendering/style/CounterContent.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5029 …9790E82069200B25965 /* CounterContent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5EB9780E8…
11511CounterContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.…
18393 BC5EB9780E82069200B25965 /* CounterContent.h */,
20110 BC5EB9790E82069200B25965 /* CounterContent.h in Headers */,