HomeSort by relevance Sort by last modified time
    Searched refs:IsResizing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.h 38 bool IsResizing() const { return resizing_panel_ != NULL; }
panel_resize_controller.cc 47 DCHECK(!IsResizing());
95 DCHECK(IsResizing());
153 DCHECK(IsResizing());
panel_resize_browsertest.cc 377 EXPECT_TRUE(resize_controller->IsResizing());
399 EXPECT_FALSE(resize_controller->IsResizing());
402 EXPECT_FALSE(resize_controller->IsResizing());
452 EXPECT_FALSE(resize_controller->IsResizing());
panel_manager.cc 468 if (resize_controller_->IsResizing())
473 if (resize_controller_->IsResizing()) {

Completed in 1214 milliseconds