OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_a_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
411
tab_a_
= tabstrip_->GetTabAt(tab_a_index);
427
gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(),
tab_a_
->width(),
428
tab_a_
->height());
429
tabstrip_->SetTabBounds(
tab_a_
, bounds);
446
TabGtk*
tab_a_
;
member in class:MoveTabAnimation
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
432
tab_a_
= tabstrip_->GetTabAt(tab_a_index);
448
gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(),
tab_a_
->width(),
449
tab_a_
->height());
450
tabstrip_->SetTabBounds(
tab_a_
, bounds);
469
TabGtk*
tab_a_
;
member in class:MoveTabAnimation
[
all
...]
Completed in 26 milliseconds