OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newtab_button_bounds_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc
308
newtab_button_bounds_
.SetRect(
311
y =
newtab_button_bounds_
.bottom() + kVerticalTabSpacing;
327
newtab_button_bounds_
=
366
bounds_animator().AnimateViewTo(newtab_button_,
newtab_button_bounds_
);
373
newtab_button_->SetBoundsRect(
newtab_button_bounds_
);
tab_strip.cc
463
bounds_animator().AnimateViewTo(newtab_button_,
newtab_button_bounds_
);
473
newtab_button_->SetBoundsRect(
newtab_button_bounds_
);
552
newtab_button_bounds_
.SetRect(0, 0, kNewTabButtonWidth, kNewTabButtonHeight);
554
newtab_button_bounds_
.set_height(
626
available_width -= (kNewTabButtonHOffset +
newtab_button_bounds_
.width());
934
new_tab_x = width() -
newtab_button_bounds_
.width();
938
newtab_button_bounds_
.set_origin(gfx::Point(new_tab_x, new_tab_y));
[
all
...]
side_tab_strip.h
80
gfx::Rect
newtab_button_bounds_
;
member in class:SideTabStrip
tab_strip.h
236
gfx::Rect
newtab_button_bounds_
;
member in class:TabStrip
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc
[
all
...]
tab_strip.h
568
gfx::Rect
newtab_button_bounds_
;
member in class:TabStrip
Completed in 415 milliseconds