Lines Matching refs:exists
120 if (activeMsgBox.exists(2)) in testPrinter()
130 assertTrue("Printer Setup dialog appears", printerSetUpDlg.exists(3)); in testPrinter()
186 assertTrue(aboutDialog.exists(5)); in testHelp()
190 assertTrue(helpWindow.exists(5)); in testHelp()
302 assertFalse("Quit", slideShow.exists()); in testSlideShow()
490 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDraw()
494 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDraw()
513 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDocument()
517 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDocument()
537 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInSpreadsheet()
541 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInSpreadsheet()
559 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInPresentation()
563 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInPresentation()
582 assertTrue("Table Toolbar appears", tableToolbar.exists(3)); in testInsertTableInDraw()
603 assertTrue("Table Toolbar appears", tableToolbar.exists(3)); in testInsertTableInDocument()
625 assertTrue("Table Toolbar appears", tableToolbar.exists(3)); in testInsertTableInPresentation()
742 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testNonHttpHyperlinkWithHostOnly()