Searched refs:size_button (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button_unittest.cc139 size_button_ = test.size_button();
149 FrameCaptionButton* size_button() { return size_button_; } function in class:ash::test::FrameSizeButtonTest
166 generator.MoveMouseTo(CenterPointInScreen(size_button()));
168 EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state());
171 EXPECT_EQ(views::Button::STATE_NORMAL, size_button()->state());
173 generator.MoveMouseTo(CenterPointInScreen(size_button()));
175 EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state());
178 EXPECT_EQ(views::Button::STATE_NORMAL, size_button()->state());
187 generator.MoveMouseTo(CenterPointInScreen(size_button()));
192 generator.MoveMouseTo(CenterPointInScreen(size_button()));
[all...]
H A Dframe_caption_button_container_view_unittest.cc121 EXPECT_TRUE(t1.size_button()->visible());
136 EXPECT_FALSE(t2.size_button()->visible());
149 EXPECT_FALSE(t3.size_button()->visible());
169 gfx::Rect initial_size_button_bounds = test.size_button()->bounds();
188 EXPECT_FALSE(test.size_button()->visible());
193 EXPECT_EQ(initial_size_button_bounds, test.size_button()->bounds());
207 EXPECT_TRUE(test.size_button()->visible());
210 EXPECT_EQ(initial_size_button_bounds, test.size_button()->bounds());
H A Dframe_caption_button_container_view.h63 FrameCaptionButton* size_button() const { function in class:ash::FrameCaptionButtonContainerView::TestApi

Completed in 80 milliseconds