Lines Matching refs:AshTestBase

86 AshTestBase::AshTestBase()
99 // AshTestBase methods before they call AshTestBase::SetUp().
103 AshTestBase::~AshTestBase() {
105 << "You have overridden SetUp but never called AshTestBase::SetUp";
107 << "You have overridden TearDown but never called AshTestBase::TearDown";
110 void AshTestBase::SetUp() {
160 void AshTestBase::TearDown() {
190 ui::test::EventGenerator& AshTestBase::GetEventGenerator() {
198 bool AshTestBase::SupportsMultipleDisplays() {
202 bool AshTestBase::SupportsHostWindowResize() {
206 void AshTestBase::UpdateDisplay(const std::string& display_specs) {
212 aura::Window* AshTestBase::CurrentContext() {
216 aura::Window* AshTestBase::CreateTestWindowInShellWithId(int id) {
220 aura::Window* AshTestBase::CreateTestWindowInShellWithBounds(
225 aura::Window* AshTestBase::CreateTestWindowInShell(SkColor color,
232 aura::Window* AshTestBase::CreateTestWindowInShellWithDelegate(
240 aura::Window* AshTestBase::CreateTestWindowInShellWithDelegateAndType(
267 void AshTestBase::ParentWindowInPrimaryRootWindow(aura::Window* window) {
272 void AshTestBase::RunAllPendingInMessageLoop() {
276 TestScreenshotDelegate* AshTestBase::GetScreenshotDelegate() {
280 TestSystemTrayDelegate* AshTestBase::GetSystemTrayDelegate() {
285 void AshTestBase::SetSessionStarted(bool session_started) {
290 void AshTestBase::SetUserLoggedIn(bool user_logged_in) {
295 void AshTestBase::SetCanLockScreen(bool can_lock_screen) {
300 void AshTestBase::SetShouldLockScreenBeforeSuspending(bool should_lock) {
305 void AshTestBase::SetUserAddingScreenRunning(bool user_adding_screen_running) {
310 void AshTestBase::BlockUserSession(UserSessionBlockReason block_reason) {
331 void AshTestBase::UnblockUserSession() {