Searched refs:label_start (Results 1 – 3 of 3) sorted by relevance
807 int label_start = GetLabelStartForThisItem(); in PaintButton() local809 int width = this->width() - label_start - accel_width - in PaintButton()813 gfx::Rect text_bounds(label_start, top_margin, width, in PaintButton()977 int label_start = GetLabelStartForThisItem(); in CalculateDimensions() local983 dimensions.standard_width = string_width + label_start + in CalculateDimensions()1000 int label_start = label_start_ + left_icon_margin_ + right_icon_margin_; in GetLabelStartForThisItem() local1002 label_start += icon_view_->size().width() + in GetLabelStartForThisItem()1005 return label_start; in GetLabelStartForThisItem()
37 gfx::Rect gutter_bounds(MenuItemView::label_start() - in OnPaint()
143 static int label_start() { return label_start_; } in label_start() function