Home | History | Annotate | Download | only in printing

Lines Matching refs:initiator

106   WebContents* initiator() {
157 // Test to verify that when a initiator navigates, we can create a new preview
170 // Get the preview dialog for the initiator tab.
175 ASSERT_NE(initiator(), preview_dialog);
177 // Navigate in the initiator tab. Make sure navigating destroys the print
186 // Get the print preview dialog for the initiator tab.
193 // Test to verify that after reloading the initiator, it creates a new print
210 ASSERT_NE(initiator(), preview_dialog);
212 // Reload the initiator. Make sure reloading destroys the print preview
223 // Create a preview dialog for the initiator tab.