Home | History | Annotate | Download | only in qwebframe

Lines Matching defs:combo

2678     QComboBox* combo = qobject_cast<QComboBox*>(webpopup);
2679 QVERIFY(combo != 0);
2680 QTRY_VERIFY(!view.hasFocus() && combo->view()->hasFocus()); // Focus should be on the popup
2683 combo->hidePopup();