OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_tab_a_bounds_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
409
start_tab_a_bounds_
(tabstrip_->GetIdealBounds(tab_b_index)),
424
double distance = start_tab_b_bounds_.x() -
start_tab_a_bounds_
.x();
426
double new_x =
start_tab_a_bounds_
.x() + delta;
427
gfx::Rect bounds(Round(new_x),
start_tab_a_bounds_
.y(), tab_a_->width(),
432
distance =
start_tab_a_bounds_
.x() - start_tab_b_bounds_.x();
450
gfx::Rect
start_tab_a_bounds_
;
member in class:MoveTabAnimation
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
430
start_tab_a_bounds_
(tabstrip_->GetIdealBounds(tab_b_index)),
445
double distance = start_tab_b_bounds_.x() -
start_tab_a_bounds_
.x();
447
double new_x =
start_tab_a_bounds_
.x() + delta;
448
gfx::Rect bounds(Round(new_x),
start_tab_a_bounds_
.y(), tab_a_->width(),
453
distance =
start_tab_a_bounds_
.x() - start_tab_b_bounds_.x();
473
gfx::Rect
start_tab_a_bounds_
;
member in class:MoveTabAnimation
[
all
...]
Completed in 1046 milliseconds