Home
last modified time | relevance | path

Searched refs:IsResizing (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_resize_controller.cc46 DCHECK(!IsResizing()); in StartResizing()
94 DCHECK(IsResizing()); in Resize()
152 DCHECK(IsResizing()); in EndResizing()
Dpanel_resize_controller.h38 bool IsResizing() const { return resizing_panel_ != NULL; } in IsResizing() function
Dpanel_resize_browsertest.cc391 EXPECT_TRUE(resize_controller->IsResizing()); in IN_PROC_BROWSER_TEST_F()
414 EXPECT_FALSE(resize_controller->IsResizing()); in IN_PROC_BROWSER_TEST_F()
417 EXPECT_FALSE(resize_controller->IsResizing()); in IN_PROC_BROWSER_TEST_F()
469 EXPECT_FALSE(resize_controller->IsResizing()); in IN_PROC_BROWSER_TEST_F()
Dpanel_manager.cc471 if (resize_controller_->IsResizing()) in ResizeByMouse()
476 if (resize_controller_->IsResizing()) { in EndResizingByMouse()