OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTabBounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
258
void
SetTabBounds
(TabGtk* tab, const gfx::Rect& bounds);
tab_strip_gtk.cc
429
tabstrip_->
SetTabBounds
(tab_a_, bounds);
437
tabstrip_->
SetTabBounds
(tab_b_, bounds);
618
tabstrip_->
SetTabBounds
(tab_, tab_bounds);
807
SetTabBounds
(tab, bounds);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
281
void
SetTabBounds
(TabGtk* tab, const gfx::Rect& bounds);
tab_strip_gtk.cc
450
tabstrip_->
SetTabBounds
(tab_a_, bounds);
458
tabstrip_->
SetTabBounds
(tab_b_, bounds);
641
tabstrip_->
SetTabBounds
(tab_, tab_bounds);
839
SetTabBounds
(tab, bounds);
[
all
...]
Completed in 24 milliseconds