Searched defs:separator_style (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_model_adapter.cc63 ui::MenuSeparatorType separator_style = ui::NORMAL_SEPARATOR; local
89 separator_style = model->GetSeparatorTypeAt(model_index);
111 separator_style);
H A Dmenu_item_view.cc235 ui::MenuSeparatorType separator_style) {
242 submenu_->AddChildViewAt(new MenuSeparator(this, separator_style), index);
326 ui::MenuSeparatorType separator_style) {
329 separator_style);
227 AddMenuItemAt( int index, int item_id, const base::string16& label, const base::string16& sublabel, const base::string16& minor_text, const gfx::ImageSkia& icon, Type type, ui::MenuSeparatorType separator_style) argument
319 AppendMenuItemImpl( int item_id, const base::string16& label, const base::string16& sublabel, const base::string16& minor_text, const gfx::ImageSkia& icon, Type type, ui::MenuSeparatorType separator_style) argument

Completed in 82 milliseconds