HomeSort by relevance Sort by last modified time
    Searched refs:x_of_inactive_tab (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 109 int x_of_inactive_tab = width() / 2 - high_icon->width() - kTabSpacing / 2; local
114 std::swap(x_of_active_tab, x_of_inactive_tab);
118 DrawBitmapWithAlpha(canvas, *high_icon, x_of_inactive_tab,
127 std::swap(x_of_active_tab, x_of_inactive_tab);
131 DrawBitmapWithAlpha(canvas, *high_icon, x_of_inactive_tab,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 130 int x_of_inactive_tab = width() / 2 - high_icon->width() - kTabSpacing / 2; variable
135 std::swap(x_of_active_tab, x_of_inactive_tab);
139 DrawImageWithAlpha(canvas, *high_icon, x_of_inactive_tab,
148 std::swap(x_of_active_tab, x_of_inactive_tab);
152 DrawImageWithAlpha(canvas, *high_icon, x_of_inactive_tab,
    [all...]

Completed in 801 milliseconds