Searched refs:frameAt (Results 1 – 4 of 4) sorted by relevance
196 QWebFrame* frameAt(const QPoint& pos) const;
1362 QWebFrame* QWebPage::frameAt(const QPoint& pos) const in frameAt() function in QWebPage2249 if (QWebFrame* webFrame = frameAt(event->pos())) { in swallowContextMenuEvent()
110 void frameAt();1153 QVERIFY(children.at(i) == webPage->frameAt(frameRect.topLeft())); in frameAtHelper()1157 void tst_QWebPage::frameAt() in frameAt() function in tst_QWebPage
520 * Add missing \since 4.6 tags to QWebPage::frameAt1027 tag for pos of QWebPage::frameAt.1119 Bug 26422: [Qt] QWebPagePrivate::frameAt calculates wrong frame1121 Added a public method QWebPage::frameAt1122 Removed QWebPagePrivate::frameAt, which calcuated the wrong frame1123 Modified QWebPage::swallowContextMenuEvent to use the new frameAt method1124 New test case for frameAt added to tst_qwebpage.cpp1127 (QWebPage::frameAt):1136 (tst_QWebPage::frameAt):10058 (QWebPagePrivate::frameAt):