HomeSort by relevance Sort by last modified time
    Searched refs:maxInternalEnumValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGEnumeration.h 83 unsigned short maxInternalEnumValue() const { return valueOfLastEnum(m_entries); }
122 ASSERT(m_value <= maxInternalEnumValue());
SVGEnumeration.cpp 69 ASSERT(m_value < maxInternalEnumValue());

Completed in 56 milliseconds