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

/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1018 class QtMethodMatchType class in namespace:JSC::Bindings
1030 QtMethodMatchType() function in class:JSC::Bindings::QtMethodMatchType
1058 static QtMethodMatchType variant()
1059 { return QtMethodMatchType(Variant); }
1061 static QtMethodMatchType metaType(int typeId, const QByteArray &name)
1062 { return QtMethodMatchType(MetaType, typeId, name); }
1064 static QtMethodMatchType metaEnum(int enumIndex, const QByteArray &name)
1065 { return QtMethodMatchType(MetaEnum, enumIndex, name); }
1067 static QtMethodMatchType unresolved(const QByteArray &name)
1068 { return QtMethodMatchType(Unresolve
1071 QtMethodMatchType(Kind kind, int typeId = 0, const QByteArray &name = QByteArray()) function in class:JSC::Bindings::QtMethodMatchType
[all...]

Completed in 44 milliseconds