OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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