OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TabStrip
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h
31
//
TabStrip
33
// A View that represents the TabStripModel. The
TabStrip
has the
42
class
TabStrip
: public BaseTabStrip,
46
explicit
TabStrip
(TabStripController* controller);
47
virtual ~
TabStrip
();
76
// to allow for a drop region that extends outside the bounds of the
TabStrip
.
181
// Perform an animated resize-relayout of the
TabStrip
immediately.
212
// Generates the ideal bounds of the
TabStrip
when all Tabs have finished
218
// Starts various types of
TabStrip
animations.
226
// Returns true if the specified point in
TabStrip
coords is within th
[
all
...]
tab_strip.cc
113
//
TabStrip
, public:
116
const int
TabStrip
::mini_to_non_mini_gap_ = 3;
118
TabStrip
::
TabStrip
(TabStripController* controller)
129
TabStrip
::~
TabStrip
() {
146
void
TabStrip
::InitTabStripButtons() {
158
gfx::Rect
TabStrip
::GetNewTabButtonBounds() {
162
void
TabStrip
::MouseMovedOutOfView() {
167
//
TabStrip
, AbstractTabStripView implementation
[
all
...]
Completed in 350 milliseconds