HomeSort by relevance Sort by last modified time
    Searched refs:test_api_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/wm/
screen_dimmer_unittest.cc 26 test_api_.reset(new ScreenDimmer::TestApi(dimmer_));
32 scoped_ptr<ScreenDimmer::TestApi> test_api_; member in class:ash::test::ScreenDimmerTest
40 EXPECT_TRUE(test_api_->layer() == NULL);
42 EXPECT_TRUE(test_api_->layer() == NULL);
47 ASSERT_TRUE(test_api_->layer() != NULL);
50 EXPECT_EQ(test_api_->layer(), root_layer->children().back());
51 EXPECT_TRUE(test_api_->layer()->visible());
52 EXPECT_GT(test_api_->layer()->GetTargetOpacity(), 0.0f);
57 ASSERT_TRUE(test_api_->layer() != NULL);
58 EXPECT_TRUE(test_api_->layer()->visible())
    [all...]
lock_state_controller_unittest.cc 98 test_api_.reset(new LockStateController::TestApi(lock_state_controller_));
154 EXPECT_TRUE(test_api_->is_animating_lock());
386 scoped_ptr<LockStateController::TestApi> test_api_; member in class:ash::test::LockStateControllerTest
411 EXPECT_FALSE(test_api_->is_lock_cancellable());
431 EXPECT_FALSE(test_api_->lock_to_shutdown_timer_is_running());
432 EXPECT_FALSE(test_api_->shutdown_timer_is_running());
446 EXPECT_TRUE(test_api_->real_shutdown_timer_is_running());
447 test_api_->trigger_real_shutdown_timeout();
459 EXPECT_TRUE(test_api_->real_shutdown_timer_is_running());
470 EXPECT_TRUE(test_api_->real_shutdown_timer_is_running())
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 301 test_api_.reset(new ShelfViewTestAPI(shelf_view_));
302 test_api_->SetAnimationDuration(1); // Speeds up animation for test.
312 test_api_.reset();
329 test_api_->RunMessageLoopUntilAnimationsDone();
341 test_api_->RunMessageLoopUntilAnimationsDone();
347 test_api_->RunMessageLoopUntilAnimationsDone();
375 test_api_->RunMessageLoopUntilAnimationsDone();
381 test_api_->RunMessageLoopUntilAnimationsDone();
386 return test_api_->GetButton(index);
410 for (int i=0;i <= test_api_->GetLastVisibleIndex(); ++i)
601 scoped_ptr<ShelfViewTestAPI> test_api_; member in class:ash::test::ShelfViewTest
    [all...]
  /external/chromium_org/mojo/shell/
shell_test_helper.cc 40 test_api_.reset(new ServiceManager::TestAPI(context_->service_manager()));
42 service_provider_.Bind(test_api_->GetServiceProviderHandle().Pass());
shell_test_helper.h 46 scoped_ptr<ServiceManager::TestAPI> test_api_; member in class:mojo::shell::ShellTestHelper
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 110 test_api_.reset(new AppsGridViewTestApi(apps_grid_view_.get()));
126 test_api_->GetViewAtModelIndex(index));
180 scoped_ptr<AppsGridViewTestApi> test_api_; member in class:app_list::test::AppsGridViewTest
291 test_api_->LayoutToIdealBounds();
298 test_api_->LayoutToIdealBounds();
306 test_api_->LayoutToIdealBounds();
314 test_api_->LayoutToIdealBounds();
345 test_api_->LayoutToIdealBounds();
363 test_api_->LayoutToIdealBounds();
400 test_api_->LayoutToIdealBounds()
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 178 test_api_.reset(new TextfieldTestApi(textfield_));
186 model_ = test_api_->model();
198 test_api_->UpdateContextMenu();
199 return test_api_->context_menu_contents();
242 return test_api_->GetRenderText()->GetCursorBounds(
248 return test_api_->GetRenderText()->GetUpdatedCursorBounds();
253 return test_api_->GetRenderText()->GetCursorBounds(sel, true);
257 return test_api_->GetRenderText()->display_rect();
302 scoped_ptr<TextfieldTestApi> test_api_; member in class:views::TextfieldTest
    [all...]
  /external/chromium_org/ui/display/chromeos/
display_configurator_unittest.cc 369 test_api_(&configurator_) {}
429 test_api_.TriggerConfigureTimeout();
461 DisplayConfigurator::TestApi test_api_; member in class:ui::__anon20581::DisplayConfiguratorTest
    [all...]

Completed in 272 milliseconds