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 internal::ScreenDimmer::TestApi(dimmer_));
32 scoped_ptr<internal::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 120 test_api_.reset(new LockStateController::TestApi(lock_state_controller_));
175 EXPECT_TRUE(test_api_->is_animating_lock());
392 scoped_ptr<LockStateController::TestApi> test_api_; member in class:ash::test::LockStateControllerTest
417 EXPECT_FALSE(test_api_->is_lock_cancellable());
437 EXPECT_FALSE(test_api_->lock_to_shutdown_timer_is_running());
438 EXPECT_FALSE(test_api_->shutdown_timer_is_running());
452 EXPECT_TRUE(test_api_->real_shutdown_timer_is_running());
453 test_api_->trigger_real_shutdown_timeout();
465 EXPECT_TRUE(test_api_->real_shutdown_timer_is_running());
476 EXPECT_TRUE(test_api_->real_shutdown_timer_is_running())
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 277 test_api_.reset(new ShelfViewTestAPI(shelf_view_));
278 test_api_->SetAnimationDuration(1); // Speeds up animation for test.
288 test_api_.reset();
305 test_api_->RunMessageLoopUntilAnimationsDone();
317 test_api_->RunMessageLoopUntilAnimationsDone();
323 test_api_->RunMessageLoopUntilAnimationsDone();
351 test_api_->RunMessageLoopUntilAnimationsDone();
357 test_api_->RunMessageLoopUntilAnimationsDone();
362 return test_api_->GetButton(index);
386 for (int i=0;i <= test_api_->GetLastVisibleIndex(); ++i)
569 scoped_ptr<ShelfViewTestAPI> test_api_; member in class:ash::test::ShelfViewTest
    [all...]
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store_unittest.cc 70 test_api_.reset(new GoogleContactStore::TestAPI(store_.get()));
73 test_api_->SetDatabase(db_);
76 test_api_->SetGDataService(gdata_service_);
86 scoped_ptr<GoogleContactStore::TestAPI> test_api_; member in class:contacts::test::GoogleContactStoreTest
117 EXPECT_TRUE(test_api_->update_scheduled());
146 EXPECT_TRUE(test_api_->update_scheduled());
195 EXPECT_TRUE(test_api_->update_scheduled());
224 EXPECT_TRUE(test_api_->update_scheduled());
244 test_api_->DoUpdate();
251 EXPECT_TRUE(test_api_->update_scheduled())
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 46 test_api_(NULL) {
90 if (!test_api_.get())
91 test_api_.reset(new TestApi(this));
92 return test_api_.get();
cros_library.h 181 scoped_ptr<TestApi> test_api_; member in class:chromeos::CrosLibrary
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 113 test_api_.reset(new AppsGridViewTestApi(apps_grid_view_.get()));
123 test_api_->GetViewAtModelIndex(index));
174 scoped_ptr<AppsGridViewTestApi> test_api_; member in class:app_list::test::AppsGridViewTest
245 test_api_->LayoutToIdealBounds();
252 test_api_->LayoutToIdealBounds();
260 test_api_->LayoutToIdealBounds();
268 test_api_->LayoutToIdealBounds();
272 test_api_->SetPageFlipDelay(10);
339 test_api_->LayoutToIdealBounds();
348 test_api_->LayoutToIdealBounds()
    [all...]
  /external/chromium_org/chromeos/display/
output_configurator_unittest.cc 343 test_api_(&configurator_, TestDelegate::kXRandREventBase) {}
404 test_api_.SendScreenChangeEvent();
408 test_api_.SendOutputChangeEvent(
411 test_api_.TriggerConfigureTimeout();
437 OutputConfigurator::TestApi test_api_; local
    [all...]

Completed in 644 milliseconds