HomeSort by relevance Sort by last modified time
    Searched refs:label_start (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_separator_win.cc 37 gfx::Rect gutter_bounds(MenuItemView::label_start() -
menu_item_view.cc 807 int label_start = GetLabelStartForThisItem(); local
809 int width = this->width() - label_start - accel_width -
813 gfx::Rect text_bounds(label_start, top_margin, width,
977 int label_start = GetLabelStartForThisItem(); local
983 dimensions.standard_width = string_width + label_start +
1000 int label_start = label_start_ + left_icon_margin_ + right_icon_margin_; local
1002 label_start += icon_view_->size().width() +
1005 return label_start;
    [all...]
menu_item_view.h 143 static int label_start() { return label_start_; } function in class:views::MenuItemView
  /system/core/fs_mgr/
fs_mgr.c 188 char *label_start; local
192 label_start = strchr(p, '=') + 1;
195 flag_vals->label = strndup(label_start,
196 (int) (label_end - label_start));

Completed in 1322 milliseconds