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

/external/webkit/WebCore/css/
H A DCSSParser.cpp4539 bool hasCorrectArgCount(unsigned argCount) { return m_argCount == argCount || (m_allowSingleArgument && argCount == 1); } function in class:WebCore::TransformOperationInfo
4570 if (!info.hasCorrectArgCount(args->size()))

Completed in 149 milliseconds