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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.h39 class PropertyHandler { class in namespace:WebCore
44 PropertyHandler() : m_inherit(0), m_initial(0), m_apply(0) { } function in class:WebCore::PropertyHandler
45 PropertyHandler(InheritFunction inherit, InitialFunction initial, ApplyFunction apply) : m_inherit(inherit), m_initial(initial), m_apply(apply) { } function in class:WebCore::PropertyHandler

Completed in 147 milliseconds