Home | History | Annotate | Download | only in qwebframe

Lines Matching defs:combo

2495     QComboBox* combo = qobject_cast<QComboBox*>(webpopup);
2496 QVERIFY(combo != 0);
2497 QTRY_VERIFY(!view.hasFocus() && combo->view()->hasFocus()); // Focus should be on the popup
2500 combo->hidePopup();
2501 QTRY_VERIFY(view.hasFocus() && !combo->view()->hasFocus()); // Focus should be back on the WebView