Searched refs:tab_x (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab_strip.cc136 int tab_x = 0; local
141 int x = tab_x + scroll_offset_;
149 tab_x += kTouchTabWidth;
152 min_scroll_offset_ = std::min(0, width() - tab_x);
/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp122 work_t tab_x[MAX_DCT_SIZE * MAX_DCT_SIZE / 2 + 2]; local
165 icvCalcDCTMatrix( tab_x, dctSize.width );
244 work_t *tab = tab_x + 2;
317 work_t tab_x[MAX_DCT_SIZE * MAX_DCT_SIZE / 2 + 2]; local
360 icvCalcDCTMatrix( tab_x, dctSize.width );
441 work_t *tab = tab_x + 2;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc899 double tab_x = 0; local
910 tab_x += mini_to_non_mini_gap_;
915 double end_of_tab = tab_x + tab_width;
916 int rounded_tab_x = Round(tab_x);
920 tab_x = end_of_tab + kTabHOffset;
936 new_tab_x = Round(tab_x - kTabHOffset) + kNewTabButtonHOffset;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1339 double tab_x = tab_start_x(); local
1347 double end_of_tab = tab_x + tab_width;
1348 int rounded_tab_x = Round(tab_x);
1352 tab_x = end_of_tab + GetTabHOffset(i + 1);
1786 double tab_x = tab_start_x(); local
1790 tab_x += animation->GetGapWidth(i);
1792 double end_of_tab = tab_x + tab_width;
1793 int rounded_tab_x = Round(tab_x);
1798 tab_x = end_of_tab + GetTabHOffset(i + 1);
1800 LayoutNewTabButton(tab_x, unselected_widt
[all...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1438 double tab_x = tab_start_x(); local
1446 double end_of_tab = tab_x + tab_width;
1447 int rounded_tab_x = Round(tab_x);
1451 tab_x = end_of_tab + GetTabHOffset(i + 1);
1933 double tab_x = tab_start_x(); local
1937 tab_x += animation->GetGapWidth(i);
1939 double end_of_tab = tab_x + tab_width;
1940 int rounded_tab_x = Round(tab_x);
1945 tab_x = end_of_tab + GetTabHOffset(i + 1);
1947 LayoutNewTabButton(tab_x, unselected_widt
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc2519 double tab_x = GenerateIdealBoundsForMiniTabs(&first_non_mini_index); local
2524 double end_of_tab = tab_x + tab_width;
2525 int rounded_tab_x = Round(tab_x);
2530 tab_x = end_of_tab + tab_h_offset();
2542 new_tab_x = Round(tab_x - tab_h_offset()) + newtab_button_h_offset();

Completed in 120 milliseconds