OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tab_data_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h
44
return
tab_data_
[tab_data_index].ideal_bounds;
81
return
tab_data_
[tab_index].tab;
92
int tab_count() const { return static_cast<int>(
tab_data_
.size()); }
100
// Returns the index into |
tab_data_
| corresponding to the index from the
101
// TabStripModel, or |
tab_data_
.size()| if there is no tab representing
159
// Invoked from |MoveTab| after |
tab_data_
| has been updated to animate the
199
tab_data_
[index].ideal_bounds = bounds;
202
// Returns the index into |
tab_data_
| corresponding to the specified tab, or
203
// -1 if the tab isn't in |
tab_data_
|.
259
std::vector<TabData>
tab_data_
;
member in class:BaseTabStrip
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
402
std::vector<TabData>
tab_data_
;
member in class:TabStripGtk
Completed in 96 milliseconds