Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSParser.cpp4539 …bool hasCorrectArgCount(unsigned argCount) { return m_argCount == argCount || (m_allowSingleArgume… in hasCorrectArgCount() function in WebCore::TransformOperationInfo
4570 if (!info.hasCorrectArgCount(args->size())) in parseTransform()
/external/webkit/WebCore/
DChangeLog-2008-08-1081966 (WebCore::TransformOperationInfo::hasCorrectArgCount):