Searched refs:frameAt (Results 1 – 5 of 5) sorted by relevance
252 QWebFrame* frameAt(const QPoint& pos) const;
2004 QWebFrame* QWebPage::frameAt(const QPoint& pos) const in frameAt() function in QWebPage3248 if (QWebFrame* webFrame = frameAt(event->pos())) { in swallowContextMenuEvent()
104 void frameAt();1475 QVERIFY(children.at(i) == webPage->frameAt(frameRect.topLeft())); in frameAtHelper()1479 void tst_QWebPage::frameAt() in frameAt() function in tst_QWebPage
198 …?frameAt@QWebPage@@QBEPAVQWebFrame@@ABVQPoint@@@Z @ 197 NONAME ; class QWebFrame * QWebPage::frame…
11586 (tst_QWebPage::frameAt):16092 * Add missing \since 4.6 tags to QWebPage::frameAt16599 tag for pos of QWebPage::frameAt.16691 Bug 26422: [Qt] QWebPagePrivate::frameAt calculates wrong frame16693 Added a public method QWebPage::frameAt16694 Removed QWebPagePrivate::frameAt, which calcuated the wrong frame16695 Modified QWebPage::swallowContextMenuEvent to use the new frameAt method16696 New test case for frameAt added to tst_qwebpage.cpp16699 (QWebPage::frameAt):16708 (tst_QWebPage::frameAt):[all …]