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

/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp885 static QtMethodMatchType metaEnum(int enumIndex, const QByteArray &name) argument
886 { return QtMethodMatchType(MetaEnum, enumIndex, name); }
1014 int enumIndex = indexOfMetaEnum(meta, returnTypeName); local
1015 if (enumIndex != -1)
1016 types.append(QtMethodMatchType::metaEnum(enumIndex, returnTypeName));
1035 int enumIndex = indexOfMetaEnum(meta, argTypeName); local
1036 if (enumIndex != -1)
1037 types.append(QtMethodMatchType::metaEnum(enumIndex, argTypeName));

Completed in 102 milliseconds