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

/external/webkit/WebCore/rendering/style/
H A DCounterDirectives.h34 struct CounterDirectives { struct in namespace:WebCore
35 CounterDirectives() function in struct:WebCore::CounterDirectives
47 bool operator==(const CounterDirectives&, const CounterDirectives&);
48 inline bool operator!=(const CounterDirectives& a, const CounterDirectives& b) { return !(a == b); }
50 typedef HashMap<RefPtr<AtomicStringImpl>, CounterDirectives> CounterDirectiveMap;

Completed in 146 milliseconds