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

  /external/chromium_org/chrome/browser/ui/panels/
panel.h 185 bool auto_resizable() const { return auto_resizable_; } function in class:Panel
base_panel_browser_test.cc 384 EXPECT_FALSE(panel->auto_resizable());
386 EXPECT_TRUE(panel->auto_resizable());
panel_browsertest.cc 455 EXPECT_FALSE(panel->auto_resizable());
477 EXPECT_TRUE(panel->auto_resizable());
488 EXPECT_FALSE(panel->auto_resizable());
    [all...]

Completed in 308 milliseconds