Searched refs:view2 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkconf/
H A Ddnssec.228 view view2 {
H A Ddnssec.328 view view2 {
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebview/
H A Dtst_qwebview.cpp157 QWebView *view2 = new QWebView; local
158 view2->setPage(page.data());
159 view2->show(); // in Windowless mode, you should still be able to see the plugin here
160 QTest::qWaitForWindowExposed(view2);
161 delete view2;
412 QWebView view2; local
431 view2.setPalette(palette2);
432 view2.setHtml(html);
433 view2.page()->setViewportSize(view2
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/qrawwebview/
H A Dtst_qrawwebview.cpp200 WebView view2(size, true);
201 view2.load(m_baseUrl + "/bluesquare.html");
209 WebView view2(size, true);
210 view2.load(m_baseUrl + "/bluesquare.html");
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp439 QGraphicsView view2(&scene2);
440 view2.setSceneRect(0, 0, 300, 300);
464 view2.resize(webView2.page()->viewportSize());
466 view2.show();
468 QTest::qWaitForWindowExposed(&view2);
477 QApplication::setActiveWindow(&view2);
478 view2.activateWindow();
479 activeView = &view2;
491 view2.close();
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp1042 QWebView view2; local
1047 view2.page()->settings()->setAttribute(QWebSettings::LocalStorageEnabled, true);
1048 view2.page()->settings()->setLocalStoragePath(QDir::toNativeSeparators(tmpDirPath() + "/path2"));
1049 DumpRenderTreeSupportQt::webPageSetGroupName(view2.page()->handle(), "group2");
1051 QCOMPARE(DumpRenderTreeSupportQt::webPageGroupName(view2.page()->handle()), QString("group2"));
1055 view2.setHtml(QString("<html><body> </body></html>"), QUrl("http://www.myexample.com"));
1058 view2.page()->mainFrame()->evaluateJavaScript("localStorage.test='value2';");
1061 view2.setHtml(QString("<html><body> </body></html>"), QUrl("http://www.myexample.com"));
1066 QVariant s2 = view2.page()->mainFrame()->evaluateJavaScript("localStorage.test");

Completed in 90 milliseconds