OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StackedTabStripLayout
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h
16
//
StackedTabStripLayout
is used by TabStrip in touch
17
// mode.
StackedTabStripLayout
is responsible for managing the bounds of the
18
// tabs.
StackedTabStripLayout
differs from the normal layout in that it stacks
23
class
StackedTabStripLayout
{
33
StackedTabStripLayout
(const gfx::Size& size,
38
~
StackedTabStripLayout
();
78
//
StackedTabStripLayout
forces the active index to be in the normal tabs.
239
DISALLOW_COPY_AND_ASSIGN(
StackedTabStripLayout
);
stacked_tab_strip_layout.cc
12
StackedTabStripLayout
::
StackedTabStripLayout
(const gfx::Size& size,
30
StackedTabStripLayout
::~
StackedTabStripLayout
() {
33
void
StackedTabStripLayout
::SetXAndMiniCount(int x, int mini_tab_count) {
51
void
StackedTabStripLayout
::SetWidth(int width) {
63
void
StackedTabStripLayout
::SetActiveIndex(int index) {
74
void
StackedTabStripLayout
::DragActiveTab(int delta) {
108
void
StackedTabStripLayout
::SizeToFit() {
150
void
StackedTabStripLayout
::AddTab(int index, int add_types, int start_x)
[
all
...]
Completed in 167 milliseconds