Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSParser.cpp5581 …bool hasCorrectArgCount(unsigned argCount) { return m_argCount == argCount || (m_allowSingleArgume… in hasCorrectArgCount() function in WebCore::TransformOperationInfo
5612 if (!info.hasCorrectArgCount(args->size())) in parseTransform()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1081966 (WebCore::TransformOperationInfo::hasCorrectArgCount):