m_max              64 Source/core/xml/XPathFunctions.cpp     int m_max;
m_max             282 Source/core/xml/XPathFunctions.cpp     if (m_min == Inf && m_max == Inf)
m_max             286 Source/core/xml/XPathFunctions.cpp         return value <= m_max;
m_max             288 Source/core/xml/XPathFunctions.cpp     if (m_max == Inf)
m_max             291 Source/core/xml/XPathFunctions.cpp     return value >= m_min && value <= m_max;