Searched defs:CounterDirectives (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCounterDirectives.h36 class CounterDirectives { class in namespace:blink
38 CounterDirectives() function in class:blink::CounterDirectives
61 void inheritReset(CounterDirectives& parent)
79 void inheritIncrement(CounterDirectives& parent)
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;

Completed in 741 milliseconds