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 32 gfx::Rect gutter_bounds(MenuItemView::label_start() -
menu_item_view.cc 818 int label_start = GetLabelStartForThisItem(); local
820 int width = this->width() - label_start - accel_width -
824 gfx::Rect text_bounds(label_start, top_margin, width,
978 int label_start = GetLabelStartForThisItem(); local
986 dimensions.standard_width = string_width + label_start +
1004 int label_start = label_start_ + left_icon_margin_ + right_icon_margin_; local
1006 label_start += icon_view_->size().width() +
    [all...]
menu_item_view.h 129 static int label_start() { return label_start_; } function in class:views::MenuItemView
  /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));

Completed in 206 milliseconds