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 184 bool auto_resizable() const { return auto_resizable_; } function in class:Panel
base_panel_browser_test.cc 371 EXPECT_FALSE(panel->auto_resizable());
373 EXPECT_TRUE(panel->auto_resizable());
panel_browsertest.cc 456 EXPECT_FALSE(panel->auto_resizable());
478 EXPECT_TRUE(panel->auto_resizable());
489 EXPECT_FALSE(panel->auto_resizable());
    [all...]

Completed in 99 milliseconds