OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTabAtTabDataIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc
59
GetTabAtTabDataIndex
(i)->set_background_offset(offset);
124
TouchTab* tab =
GetTabAtTabDataIndex
(i);
139
TouchTab* tab =
GetTabAtTabDataIndex
(i);
270
TouchTab* TouchTabStrip::
GetTabAtTabDataIndex
(int tab_data_index) const {
294
TouchTab* tab =
GetTabAtTabDataIndex
(i);
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
195
GetTabAtTabDataIndex
(i)->set_background_offset(offset);
240
GetTabAtTabDataIndex
(ModelIndexToTabIndex(old_model_index))->
257
GetTabAtTabDataIndex
(i)->StopPulse();
282
Tab* tab =
GetTabAtTabDataIndex
(i);
340
return
GetTabAtTabDataIndex
(tab_count() - 1);
344
return
GetTabAtTabDataIndex
(index);
410
Tab* next_tab = i < (tab_count() - 1) ?
GetTabAtTabDataIndex
(i + 1) : NULL;
413
Tab* tab =
GetTabAtTabDataIndex
(i);
458
Tab* tab =
GetTabAtTabDataIndex
(i);
592
Tab* TabStrip::
GetTabAtTabDataIndex
(int tab_data_index) const
[
all
...]
Completed in 291 milliseconds