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

/external/webkit/WebCore/bridge/qt/
H A Dqt_runtime.cpp1024 struct QtMethodMatchData struct in namespace:JSC::Bindings
1031 QtMethodMatchData(int dist, int idx, QVector<QtMethodMatchType> typs, function in struct:JSC::Bindings::QtMethodMatchData
1034 QtMethodMatchData() function in struct:JSC::Bindings::QtMethodMatchData
1108 QVector<QtMethodMatchData> candidates;
1109 QVector<QtMethodMatchData> unresolved;
1178 unresolved.append(QtMethodMatchData(/*matchDistance=*/INT_MAX, index,
1215 QtMethodMatchData currentMatch(matchDistance, index, types, args);
1219 QtMethodMatchData bestMatchSoFar = candidates.at(0);
1250 QtMethodMatchData argsInstance = unresolved.first();
1272 QtMethodMatchData bestMatc
[all...]

Completed in 12 milliseconds