Home | History | Annotate | Download | only in tabs

Lines Matching refs:drag_data_

62   // Returns all the |tab_| fields of the tabs in |drag_data_|.
65 // Returns all the |contents_| fields of the tabs in |drag_data_|.
68 // Returns the correct add type for the tab in |drag_data_[i]|. See
73 // (included) up to position |to| (excluded) within |drag_data_| and
79 size_t size() const { return drag_data_.size(); }
82 // within |drag_data_|.
83 DraggedTabData* get(size_t index) { return &drag_data_[index]; }
97 std::vector<DraggedTabData> drag_data_;
99 // Index of the source tab in |drag_data_|.
101 // Number of non mini tabs within |drag_data_|.
103 // Number of mini tabs within |drag_data_|.