Searched refs:CounterDirectives (Results 1 – 13 of 13) sorted by relevance
36 class CounterDirectives {38 CounterDirectives() in CounterDirectives() function61 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;
28 bool operator==(const CounterDirectives& a, const CounterDirectives& b) in operator ==()
1039 const CounterDirectives RenderStyle::getCounterDirectives(const AtomicString& identifier) const in getCounterDirectives()1043 return CounterDirectives(); in getCounterDirectives()
1464 const CounterDirectives getCounterDirectives(const AtomicString& identifier) const;
307 CounterDirectives& directives = map.add(it->key, CounterDirectives()).iterator->value;338 CounterDirectives& directives = map.add(identifier, CounterDirectives()).iterator->value;
132 const CounterDirectives directives = style->getCounterDirectives(identifier); in planCounter()
165 third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
1619 'rendering/style/CounterDirectives.cpp',