Home
last modified time | relevance | path

Searched defs:CSSInitialValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSInitialValue.h44 bool equals(const CSSInitialValue&) const { return true; } in equals()
49 explicit CSSInitialValue(bool implicit) in CSSInitialValue() function