OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stacked_layout
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h
84
bool
stacked_layout
() const { return stacked_layout_; }
function in class:TabStrip
87
void SetStackedLayout(bool
stacked_layout
);
644
// See description above
stacked_layout
().
browser_tab_strip_controller.cc
384
bool
stacked_layout
=
local
388
if (!adjust_layout ||
stacked_layout
== tabstrip_->
stacked_layout
())
392
tabstrip_->
stacked_layout
());
562
bool
stacked_layout
=
local
567
tabstrip_->SetStackedLayout(
stacked_layout
);
Completed in 43 milliseconds