OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTabHOffset
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
309
int
GetTabHOffset
(int tab_index);
tab_strip_gtk.cc
332
// completion. This is necessary as the value returned by
GetTabHOffset
334
// the animation), and unless we layout
GetTabHOffset
won't be called after
809
tab_right +=
GetTabHOffset
(i + 1);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
335
int
GetTabHOffset
(int tab_index);
tab_strip_gtk.cc
353
// completion. This is necessary as the value returned by
GetTabHOffset
355
// the animation), and unless we layout
GetTabHOffset
won't be called after
841
tab_right +=
GetTabHOffset
(i + 1);
[
all
...]
Completed in 25 milliseconds