Home
last modified time | relevance | path

Searched refs:CounterDirectives (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DCounterDirectives.h36 class CounterDirectives {
38 CounterDirectives() in CounterDirectives() function
61 void inheritReset(CounterDirectives& parent) in inheritReset()
79 void inheritIncrement(CounterDirectives& parent) in inheritIncrement()
102 bool operator==(const CounterDirectives&, const CounterDirectives&);
103 inline bool operator!=(const CounterDirectives& a, const CounterDirectives& b) { return !(a == b); }
105 typedef HashMap<AtomicString, CounterDirectives> CounterDirectiveMap;
DCounterDirectives.cpp28 bool operator==(const CounterDirectives& a, const CounterDirectives& b) in operator ==()
DRenderStyle.cpp1039 const CounterDirectives RenderStyle::getCounterDirectives(const AtomicString& identifier) const in getCounterDirectives()
1043 return CounterDirectives(); in getCounterDirectives()
DRenderStyle.h1464 const CounterDirectives getCounterDirectives(const AtomicString& identifier) const;
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl307 CounterDirectives& directives = map.add(it->key, CounterDirectives()).iterator->value;
338 CounterDirectives& directives = map.add(identifier, CounterDirectives()).iterator->value;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCounter.cpp132 const CounterDirectives directives = style->getCounterDirectives(identifier); in planCounter()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_rendering.target.linux-mips.mk165 third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
Dwebcore_rendering.target.darwin-x86.mk165 third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
Dwebcore_rendering.target.darwin-mips.mk165 third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
Dwebcore_rendering.target.darwin-arm.mk165 third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
Dwebcore_rendering.target.linux-x86.mk165 third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
Dwebcore_rendering.target.linux-arm.mk165 third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
Dcore.gypi1619 'rendering/style/CounterDirectives.cpp',