Searched refs:source_tab_offset_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h320 int source_tab_offset_; member in class:DraggedTabController
322 // Ratio of the x-coordinate of the |source_tab_offset_| to the width of the
H A Ddragged_tab_controller.cc324 source_tab_offset_(0),
359 source_tab_offset_ = source_tab_offset;
373 offset_to_width_ratio_ = static_cast<float>(source_tab_offset_) /

Completed in 92 milliseconds