Searched refs:attached_tab_size_ (Results 1 – 2 of 2) sorted by relevance
58 attached_tab_size_(TabRendererGtk::GetMinimumSelectedSize()), in DraggedTabGtk()106 attached_tab_size_.set_width(width); in Resize()170 left = GetPreferredSize().width() - attached_tab_size_.width(); in Layout()175 renderer_->SetBounds(gfx::Rect(left, 0, attached_tab_size_.width(), in Layout()176 attached_tab_size_.height())); in Layout()182 return attached_tab_size_; in GetPreferredSize()184 int width = std::max(attached_tab_size_.width(), contents_size_.width()) + in GetPreferredSize()186 int height = attached_tab_size_.height() + kDragFrameBorderSize + in GetPreferredSize()
61 const gfx::Size& attached_tab_size() const { return attached_tab_size_; } in attached_tab_size()129 gfx::Size attached_tab_size_; variable