Home | History | Annotate | Download | only in browser

Lines Matching defs:alert

218       ASCIIToUTF16("alert('Activate!');"));
219 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog();
220 alert->CloseModalDialog();
268 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog();
269 alert->CloseModalDialog();
295 // beforeunload dialog. Then show another alert, to make it easy to verify
299 ASCIIToUTF16("w.close(); alert('bar');"));
300 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog();
301 alert->native_dialog()->AcceptAppModalDialog();
303 alert = ui_test_utils::WaitForAppModalDialog();
304 EXPECT_FALSE(static_cast<JavaScriptAppModalDialog*>(alert)->
306 alert->native_dialog()->AcceptAppModalDialog();