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

  /system/core/fs_mgr/
fs_mgr_fstab.c 127 char *label_start; local
131 label_start = strchr(p, '=') + 1;
134 flag_vals->label = strndup(label_start,
135 (int) (label_end - label_start));
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 129 static int label_start() { return label_start_; } function in class:views::MenuItemView
menu_item_view.cc 830 int label_start = GetLabelStartForThisItem(); local
832 int width = this->width() - label_start - accel_width -
836 gfx::Rect text_bounds(label_start, top_margin, width,
990 int label_start = GetLabelStartForThisItem(); local
998 dimensions.standard_width = string_width + label_start +
1016 int label_start = label_start_ + left_icon_margin_ + right_icon_margin_; local
    [all...]

Completed in 102 milliseconds