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

  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.cc 63 ui::MenuSeparatorType separator_style = ui::NORMAL_SEPARATOR; local
89 separator_style = model->GetSeparatorTypeAt(model_index);
111 separator_style);
menu_item_view.h 165 ui::MenuSeparatorType separator_style);
220 ui::MenuSeparatorType separator_style);
menu_item_view.cc 233 ui::MenuSeparatorType separator_style) {
240 submenu_->AddChildViewAt(new MenuSeparator(this, separator_style), index);
321 ui::MenuSeparatorType separator_style) {
324 separator_style);
    [all...]

Completed in 32 milliseconds