OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SideTab
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
side_tab.h
12
class
SideTab
;
15
class
SideTab
: public BaseTab {
17
explicit
SideTab
(TabController* controller);
18
virtual ~
SideTab
();
42
DISALLOW_COPY_AND_ASSIGN(
SideTab
);
side_tab.cc
32
//
SideTab
, public:
34
SideTab
::
SideTab
(TabController* controller)
42
SideTab
::~
SideTab
() {
46
int
SideTab
::GetPreferredHeight() {
51
//
SideTab
, views::View overrides:
53
void
SideTab
::Layout() {
78
void
SideTab
::OnPaint(gfx::Canvas* canvas) {
98
gfx::Size
SideTab
::GetPreferredSize()
[
all
...]
side_tab_strip.cc
35
// The new tab button is rendered using a
SideTab
.
36
class SideTabNewTabButton : public
SideTab
{
52
:
SideTab
(NULL),
167
SideTab
* tab = new
SideTab
(NULL);
289
return new
SideTab
(this);
414
return static_cast<int>(tabs.size()) *
SideTab
::GetPreferredHeight();
dragged_tab_controller.cc
[
all
...]
Completed in 214 milliseconds