Home
last modified time | relevance | path

Searched defs:label_start (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc830 int label_start = GetLabelStartForThisItem(); in PaintButton() local
990 int label_start = GetLabelStartForThisItem(); in CalculateDimensions() local
1016 int label_start = label_start_ + left_icon_margin_ + right_icon_margin_; in GetLabelStartForThisItem() local
Dmenu_item_view.h129 static int label_start() { return label_start_; } in label_start() function