Searched refs:WaitForExtensionCrash (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_notification_observer.h55 bool WaitForExtensionCrash(const std::string& extension_id);
H A Dextension_browsertest.h271 bool WaitForExtensionCrash(const std::string& extension_id) { function in class:ExtensionBrowserTest
272 return observer_->WaitForExtensionCrash(extension_id);
H A Dextension_test_notification_observer.cc182 bool ExtensionTestNotificationObserver::WaitForExtensionCrash( function in class:ExtensionTestNotificationObserver
H A Dextension_crash_recovery_browsertest.cc82 ASSERT_TRUE(WaitForExtensionCrash(extension_id));
H A Dwindow_open_apitest.cc407 WaitForExtensionCrash(extension->id());

Completed in 152 milliseconds