Searched refs:INVALID_NUM_PARSED_PROPERTIES (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp97 static const unsigned INVALID_NUM_PARSED_PROPERTIES = UINT_MAX; member in namespace:WebCore
143 , m_numParsedPropertiesBeforeMarginBox(INVALID_NUM_PARSED_PROPERTIES)
609 m_numParsedPropertiesBeforeMarginBox = INVALID_NUM_PARSED_PROPERTIES;
6443 ASSERT(m_numParsedPropertiesBeforeMarginBox != INVALID_NUM_PARSED_PROPERTIES);
6445 m_numParsedPropertiesBeforeMarginBox = INVALID_NUM_PARSED_PROPERTIES;

Completed in 177 milliseconds