test_api_ 276 ash/shelf/shelf_view_unittest.cc test_api_.reset(new ShelfViewTestAPI(shelf_view_)); test_api_ 277 ash/shelf/shelf_view_unittest.cc test_api_->SetAnimationDuration(1); // Speeds up animation for test. test_api_ 287 ash/shelf/shelf_view_unittest.cc test_api_.reset(); test_api_ 304 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 316 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 322 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 350 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 356 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 361 ash/shelf/shelf_view_unittest.cc return test_api_->GetButton(index); test_api_ 385 ash/shelf/shelf_view_unittest.cc for (int i=0;i <= test_api_->GetLastVisibleIndex(); ++i) { test_api_ 386 ash/shelf/shelf_view_unittest.cc if (test_api_->GetButton(i)) { test_api_ 388 ash/shelf/shelf_view_unittest.cc gfx::Rect item_bounds = test_api_->GetBoundsByIndex(i); test_api_ 400 ash/shelf/shelf_view_unittest.cc views::View* button = test_api_->GetButton(button_index); test_api_ 423 ash/shelf/shelf_view_unittest.cc views::View* destination = test_api_->GetButton(destination_index); test_api_ 435 ash/shelf/shelf_view_unittest.cc ShelfButton* button = test_api_->GetButton(i); test_api_ 457 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 469 ash/shelf/shelf_view_unittest.cc test_api_->ShowOverflowBubble(); test_api_ 470 ash/shelf/shelf_view_unittest.cc ASSERT_TRUE(test_api_->overflow_bubble() && test_api_ 471 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->IsShowing()); test_api_ 474 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->shelf_view()); test_api_ 479 ash/shelf/shelf_view_unittest.cc GetItemId(test_api_->GetLastVisibleIndex()); test_api_ 481 ash/shelf/shelf_view_unittest.cc GetItemId(test_api_->GetLastVisibleIndex() - 1); test_api_ 507 ash/shelf/shelf_view_unittest.cc test_api_->GetButton(drop_index)->GetBoundsInScreen().CenterPoint(); test_api_ 515 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 525 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 533 ash/shelf/shelf_view_unittest.cc GetItemId(test_api_->GetLastVisibleIndex())); test_api_ 535 ash/shelf/shelf_view_unittest.cc GetItemId(test_api_->GetLastVisibleIndex() - 1)); test_api_ 546 ash/shelf/shelf_view_unittest.cc GetItemId(test_api_->GetLastVisibleIndex())); test_api_ 567 ash/shelf/shelf_view_unittest.cc test_api_->SetShelfDelegate(delegate); test_api_ 575 ash/shelf/shelf_view_unittest.cc scoped_ptr<ShelfViewTestAPI> test_api_; test_api_ 662 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_PLATFORM_APP)); test_api_ 663 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT)); test_api_ 664 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, test_api_ 666 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_WINDOWED_APP)); test_api_ 667 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_LIST)); test_api_ 668 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_PANEL)); test_api_ 670 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT)); test_api_ 671 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, test_api_ 673 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, test_api_ 675 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_LIST)); test_api_ 676 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL)); test_api_ 678 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, test_api_ 680 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, test_api_ 682 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_LIST)); test_api_ 683 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL)); test_api_ 685 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_WINDOWED_APP)); test_api_ 686 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_LIST)); test_api_ 687 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_PANEL)); test_api_ 689 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_LIST)); test_api_ 690 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_PANEL)); test_api_ 692 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_PANEL, TYPE_APP_PANEL)); test_api_ 699 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 700 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 705 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 723 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 724 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 731 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 747 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 748 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 756 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 773 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 774 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 783 ash/shelf/shelf_view_unittest.cc if (test_api_->IsOverflowButtonVisible()) { test_api_ 793 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->IsOverflowButtonVisible()); test_api_ 796 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->IsOverflowButtonVisible()); test_api_ 801 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 802 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 812 ash/shelf/shelf_view_unittest.cc if (test_api_->IsOverflowButtonVisible()) { test_api_ 833 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 834 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 846 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 876 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 877 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 883 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 900 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->IsOverflowButtonVisible()); test_api_ 906 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 907 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 912 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 919 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->IsOverflowButtonVisible()); test_api_ 926 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 927 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 931 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 941 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 944 ash/shelf/shelf_view_unittest.cc for (int i = 0; i <= test_api_->GetLastVisibleIndex(); ++i) { test_api_ 945 ash/shelf/shelf_view_unittest.cc ShelfButton* button = test_api_->GetButton(i); test_api_ 1145 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 1146 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 1165 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 1166 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 1196 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 1197 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 1218 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 1222 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 1227 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetLastVisibleIndex() + 1, test_api_ 1228 ash/shelf/shelf_view_unittest.cc test_api_->GetButtonCount()); test_api_ 1321 ash/shelf/shelf_view_unittest.cc for (int i = 0; i < test_api_->GetButtonCount(); i++) { test_api_ 1322 ash/shelf/shelf_view_unittest.cc ShelfButton* button = test_api_->GetButton(i); test_api_ 1346 ash/shelf/shelf_view_unittest.cc for (int i = 0; i < test_api_->GetButtonCount(); i++) { test_api_ 1347 ash/shelf/shelf_view_unittest.cc ShelfButton* button = test_api_->GetButton(i); test_api_ 1372 ash/shelf/shelf_view_unittest.cc for (int i = 1; i < test_api_->GetButtonCount(); i++) { test_api_ 1373 ash/shelf/shelf_view_unittest.cc ShelfButton* button = test_api_->GetButton(i); test_api_ 1433 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 1434 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 1440 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 1441 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 1451 ash/shelf/shelf_view_unittest.cc ASSERT_TRUE(test_api_->IsOverflowButtonVisible()); test_api_ 1454 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 1457 ash/shelf/shelf_view_unittest.cc const int app_list_button_index = test_api_->GetButtonCount() - 1; test_api_ 1459 ash/shelf/shelf_view_unittest.cc test_api_->GetIdealBoundsByIndex(app_list_button_index); test_api_ 1461 ash/shelf/shelf_view_unittest.cc test_api_->GetBoundsByIndex(app_list_button_index); test_api_ 1473 ash/shelf/shelf_view_unittest.cc test_api_->ShowOverflowBubble(); test_api_ 1474 ash/shelf/shelf_view_unittest.cc ASSERT_TRUE(test_api_->overflow_bubble() && test_api_ 1475 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->IsShowing()); test_api_ 1478 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->shelf_view()); test_api_ 1502 ash/shelf/shelf_view_unittest.cc ASSERT_TRUE(test_api_->overflow_bubble() && test_api_ 1503 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->IsShowing()); test_api_ 1525 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(test_api_->GetButtonCount(), test_api_ 1526 ash/shelf/shelf_view_unittest.cc test_api_->GetLastVisibleIndex() + 1); test_api_ 1527 ash/shelf/shelf_view_unittest.cc gfx::Rect ideal_bounds_0 = test_api_->GetIdealBoundsByIndex(0); test_api_ 1528 ash/shelf/shelf_view_unittest.cc gfx::Rect ideal_bounds_1 = test_api_->GetIdealBoundsByIndex(1); test_api_ 1541 ash/shelf/shelf_view_unittest.cc test_api_->ShowOverflowBubble(); test_api_ 1542 ash/shelf/shelf_view_unittest.cc ASSERT_TRUE(test_api_->overflow_bubble() && test_api_ 1543 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->IsShowing()); test_api_ 1545 ash/shelf/shelf_view_unittest.cc int item_width = test_api_->GetButtonSize() + test_api_ 1546 ash/shelf/shelf_view_unittest.cc test_api_->GetButtonSpacing(); test_api_ 1547 ash/shelf/shelf_view_unittest.cc OverflowBubbleView* bubble_view = test_api_->overflow_bubble()->bubble_view(); test_api_ 1556 ash/shelf/shelf_view_unittest.cc ASSERT_TRUE(test_api_->overflow_bubble() && test_api_ 1557 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->IsShowing()); test_api_ 1560 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->shelf_view()); test_api_ 1606 ash/shelf/shelf_view_unittest.cc test_api_->ShowOverflowBubble(); test_api_ 1607 ash/shelf/shelf_view_unittest.cc ASSERT_TRUE(test_api_->overflow_bubble() && test_api_ 1608 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->IsShowing()); test_api_ 1611 ash/shelf/shelf_view_unittest.cc test_api_->overflow_bubble()->shelf_view()); test_api_ 1714 ash/shelf/shelf_view_unittest.cc for (int i = 0; i < test_api_->GetButtonCount(); ++i) test_api_ 1715 ash/shelf/shelf_view_unittest.cc if (ShelfButton* button = test_api_->GetButton(i)) test_api_ 1738 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 1739 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->IsOverflowButtonVisible()); test_api_ 1742 ash/shelf/shelf_view_unittest.cc while (!test_api_->IsOverflowButtonVisible()) { test_api_ 1745 ash/shelf/shelf_view_unittest.cc test_api_->RunMessageLoopUntilAnimationsDone(); test_api_ 123 ash/wm/lock_state_controller_unittest.cc test_api_.reset(new LockStateController::TestApi(lock_state_controller_)); test_api_ 179 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_animating_lock()); test_api_ 411 ash/wm/lock_state_controller_unittest.cc scoped_ptr<LockStateController::TestApi> test_api_; test_api_ 436 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_lock_cancellable()); test_api_ 456 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->lock_to_shutdown_timer_is_running()); test_api_ 457 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->shutdown_timer_is_running()); test_api_ 471 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->real_shutdown_timer_is_running()); test_api_ 472 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_real_shutdown_timeout(); test_api_ 484 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->real_shutdown_timer_is_running()); test_api_ 495 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->real_shutdown_timer_is_running()); test_api_ 505 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_animating_lock()); test_api_ 506 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->shutdown_timer_is_running()); test_api_ 514 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->shutdown_timer_is_running()); test_api_ 523 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->shutdown_timer_is_running()); test_api_ 527 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_shutdown_timeout(); test_api_ 529 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->real_shutdown_timer_is_running()); test_api_ 533 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_real_shutdown_timeout(); test_api_ 550 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_lock_cancellable()); test_api_ 572 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->lock_to_shutdown_timer_is_running()); test_api_ 575 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->lock_to_shutdown_timer_is_running()); test_api_ 610 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_lock_cancellable()); test_api_ 646 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_lock_cancellable()); test_api_ 659 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_lock_cancellable()); test_api_ 678 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_animating_lock()); test_api_ 686 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->lock_to_shutdown_timer_is_running()); test_api_ 688 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_lock_to_shutdown_timeout(); test_api_ 691 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->shutdown_timer_is_running()); test_api_ 696 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_shutdown_timeout(); test_api_ 698 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->real_shutdown_timer_is_running()); test_api_ 700 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_real_shutdown_timeout(); test_api_ 712 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_animating_lock()); test_api_ 724 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->lock_to_shutdown_timer_is_running()); test_api_ 725 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->shutdown_timer_is_running()); test_api_ 744 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->lock_fail_timer_is_running()); test_api_ 747 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->lock_to_shutdown_timer_is_running()); test_api_ 750 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_lock_fail_timeout(); test_api_ 764 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_animating_lock()); test_api_ 775 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_animating_lock()); test_api_ 875 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_lock_cancellable()); test_api_ 911 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->real_shutdown_timer_is_running()); test_api_ 912 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_real_shutdown_timeout(); test_api_ 933 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->real_shutdown_timer_is_running()); test_api_ 934 ash/wm/lock_state_controller_unittest.cc test_api_->trigger_real_shutdown_timeout(); test_api_ 949 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_animating_lock()); test_api_ 950 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->shutdown_timer_is_running()); test_api_ 962 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->shutdown_timer_is_running()); test_api_ 983 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_animating_lock()); test_api_ 990 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_animating_lock()); test_api_ 1024 ash/wm/lock_state_controller_unittest.cc EXPECT_FALSE(test_api_->is_animating_lock()); test_api_ 1034 ash/wm/lock_state_controller_unittest.cc EXPECT_TRUE(test_api_->is_animating_lock()); test_api_ 26 ash/wm/screen_dimmer_unittest.cc test_api_.reset(new ScreenDimmer::TestApi(dimmer_)); test_api_ 32 ash/wm/screen_dimmer_unittest.cc scoped_ptr<ScreenDimmer::TestApi> test_api_; test_api_ 40 ash/wm/screen_dimmer_unittest.cc EXPECT_TRUE(test_api_->layer() == NULL); test_api_ 42 ash/wm/screen_dimmer_unittest.cc EXPECT_TRUE(test_api_->layer() == NULL); test_api_ 47 ash/wm/screen_dimmer_unittest.cc ASSERT_TRUE(test_api_->layer() != NULL); test_api_ 50 ash/wm/screen_dimmer_unittest.cc EXPECT_EQ(test_api_->layer(), root_layer->children().back()); test_api_ 51 ash/wm/screen_dimmer_unittest.cc EXPECT_TRUE(test_api_->layer()->visible()); test_api_ 52 ash/wm/screen_dimmer_unittest.cc EXPECT_GT(test_api_->layer()->GetTargetOpacity(), 0.0f); test_api_ 57 ash/wm/screen_dimmer_unittest.cc ASSERT_TRUE(test_api_->layer() != NULL); test_api_ 58 ash/wm/screen_dimmer_unittest.cc EXPECT_TRUE(test_api_->layer()->visible()); test_api_ 59 ash/wm/screen_dimmer_unittest.cc EXPECT_FLOAT_EQ(0.0f, test_api_->layer()->GetTargetOpacity()); test_api_ 65 ash/wm/screen_dimmer_unittest.cc ui::Layer* dimming_layer = test_api_->layer(); test_api_ 117 ui/app_list/views/apps_grid_view_unittest.cc test_api_.reset(new AppsGridViewTestApi(apps_grid_view_.get())); test_api_ 133 ui/app_list/views/apps_grid_view_unittest.cc test_api_->GetViewAtModelIndex(index)); test_api_ 184 ui/app_list/views/apps_grid_view_unittest.cc scoped_ptr<AppsGridViewTestApi> test_api_; test_api_ 292 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 299 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 307 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 315 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 346 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 364 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 401 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 412 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 437 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 463 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 481 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 488 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 496 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 500 ui/app_list/views/apps_grid_view_unittest.cc test_api_->SetPageFlipDelay(10); test_api_ 568 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 577 ui/app_list/views/apps_grid_view_unittest.cc test_api_->LayoutToIdealBounds(); test_api_ 455 ui/display/chromeos/output_configurator_unittest.cc test_api_.TriggerConfigureTimeout(); test_api_ 487 ui/display/chromeos/output_configurator_unittest.cc OutputConfigurator::TestApi test_api_;