OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specified_tab_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
171
double
specified_tab_width
= animation->GetWidthForTab(index);
local
172
if (
specified_tab_width
!= -1)
173
tab_width =
specified_tab_width
;
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
192
double
specified_tab_width
= animation->GetWidthForTab(index);
local
193
if (
specified_tab_width
!= -1)
194
tab_width =
specified_tab_width
;
[
all
...]
Completed in 24 milliseconds