Searched refs:webPage2 (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 2267 QWebPage webPage2; in testOptionalJSObjects() local 2270 webPage2.currentFrame()->setHtml(QString("<html><body>test</body></html>"), QUrl()); in testOptionalJSObjects() 2274 …QCOMPARE(testFlag(webPage2, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", t… in testOptionalJSObjects() 2277 …QCOMPARE(testFlag(webPage2, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", f… in testOptionalJSObjects() 2280 QCOMPARE(testFlag(webPage2, QWebSettings::LocalStorageEnabled, "localStorage", true), true); in testOptionalJSObjects() 2282 QCOMPARE(testFlag(webPage2, QWebSettings::LocalStorageEnabled, "localStorage", false), true); in testOptionalJSObjects()
|