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

/external/webkit/WebCore/bridge/qt/
H A Dqt_runtime.cpp85 #define qMatchDebug() qDebug() macro
87 #define qMatchDebug() QWKNoDebug() macro
1170 qMatchDebug() << "Match:too few args for" << method.signature();
1176 qMatchDebug() << "Match:unresolved arg types for" << method.signature();
1201 qMatchDebug() << "failed to convert argument " << i << "type" << types.at(i+1).typeId() << QMetaType::typeName(types.at(i+1).typeId());
1206 qMatchDebug() << "Match: " << method.signature() << (converted ? "converted":"failed to convert") << "distance " << matchDistance;

Completed in 13 milliseconds