Searched refs:restore_button (Results 1 – 5 of 5) sorted by relevance
89 ImageButton* restore_button() { in restore_button() function in views::CustomFrameViewTest169 EXPECT_FALSE(restore_button()->visible()); in TEST_F()194 EXPECT_FALSE(restore_button()->visible()); in TEST_F()208 ASSERT_FALSE(restore_button()->visible()); in TEST_F()214 EXPECT_TRUE(restore_button()->visible()); in TEST_F()231 EXPECT_FALSE(restore_button()->visible()); in TEST_F()
101 views::View* restore_button = frame_view->restore_button(); in IN_PROC_BROWSER_TEST_F() local110 EXPECT_TRUE(frame_view->Contains(restore_button)); in IN_PROC_BROWSER_TEST_F()117 EXPECT_FALSE(restore_button->visible()); in IN_PROC_BROWSER_TEST_F()
52 views::ImageButton* restore_button() const { return restore_button_; } in restore_button() function
236 return frame_view->restore_button()->visible(); in IsButtonVisible()
103 views::ImageButton* restore_button() const { return restore_button_; } in restore_button() function