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

/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1173 int chosenIndex = -1; local
1282 chosenIndex = index;
1307 if (chosenIndex == -1 && candidates.count() == 0) {
1341 if (chosenIndex == -1 && candidates.count() > 0) {
1361 chosenIndex = bestMatch.index;
1366 if (chosenIndex != -1) {
1376 return chosenIndex;

Completed in 50 milliseconds