Searched defs:theListOfViewIds (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp716 QList<ulong> theListOfViewIds = m_views.keys(); local
717 for (int i = 0; i < theListOfViewIds.size(); ++i)
719 if (viewHasFocus(theListOfViewIds[i]))
724 GetAncestor(m_views[theListOfViewIds[i]]->winId(), GA_ROOT) == GetForegroundWindow())
728 captureKeyboard(theListOfViewIds[i]);

Completed in 36 milliseconds