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 194 bool auto_resizable() const { return auto_resizable_; } function in class:Panel
base_panel_browser_test.cc 365 EXPECT_FALSE(panel->auto_resizable());
367 EXPECT_TRUE(panel->auto_resizable());
panel_browsertest.cc 457 EXPECT_FALSE(panel->auto_resizable());
479 EXPECT_TRUE(panel->auto_resizable());
490 EXPECT_FALSE(panel->auto_resizable());
    [all...]

Completed in 104 milliseconds