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

  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 320 int source_tab_offset_; member in class:DraggedTabController
322 // Ratio of the x-coordinate of the |source_tab_offset_| to the width of the
dragged_tab_controller.cc 324 source_tab_offset_(0),
359 source_tab_offset_ = source_tab_offset;
373 offset_to_width_ratio_ = static_cast<float>(source_tab_offset_) /
    [all...]

Completed in 34 milliseconds