Home
last modified time | relevance | path

Searched refs:frameAt (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h252 QWebFrame* frameAt(const QPoint& pos) const;
Dqwebpage.cpp2004 QWebFrame* QWebPage::frameAt(const QPoint& pos) const in frameAt() function in QWebPage
3248 if (QWebFrame* webFrame = frameAt(event->pos())) { in swallowContextMenuEvent()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp104 void frameAt();
1475 QVERIFY(children.at(i) == webPage->frameAt(frameRect.topLeft())); in frameAtHelper()
1479 void tst_QWebPage::frameAt() in frameAt() function in tst_QWebPage
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def198 …?frameAt@QWebPage@@QBEPAVQWebFrame@@ABVQPoint@@@Z @ 197 NONAME ; class QWebFrame * QWebPage::frame…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1611586 (tst_QWebPage::frameAt):
16092 * Add missing \since 4.6 tags to QWebPage::frameAt
16599 tag for pos of QWebPage::frameAt.
16691 Bug 26422: [Qt] QWebPagePrivate::frameAt calculates wrong frame
16693 Added a public method QWebPage::frameAt
16694 Removed QWebPagePrivate::frameAt, which calcuated the wrong frame
16695 Modified QWebPage::swallowContextMenuEvent to use the new frameAt method
16696 New test case for frameAt added to tst_qwebpage.cpp
16699 (QWebPage::frameAt):
16708 (tst_QWebPage::frameAt):
[all …]