Home
last modified time | relevance | path

Searched refs:label_start (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc807 int label_start = GetLabelStartForThisItem(); in PaintButton() local
809 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() local
983 dimensions.standard_width = string_width + label_start + in CalculateDimensions()
1000 int label_start = label_start_ + left_icon_margin_ + right_icon_margin_; in GetLabelStartForThisItem() local
1002 label_start += icon_view_->size().width() + in GetLabelStartForThisItem()
1005 return label_start; in GetLabelStartForThisItem()
Dmenu_separator_win.cc37 gfx::Rect gutter_bounds(MenuItemView::label_start() - in OnPaint()
Dmenu_item_view.h143 static int label_start() { return label_start_; } in label_start() function