Searched refs:separator_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.cc26 MenuSeparatorType separator_type; member in struct:ui::SimpleMenuModel::Item
122 void SimpleMenuModel::AddSeparator(MenuSeparatorType separator_type) { argument
124 if (separator_type == NORMAL_SEPARATOR) {
127 DCHECK_EQ(SPACING_SEPARATOR, separator_type);
129 DCHECK_EQ(NORMAL_SEPARATOR, separator_type);
130 DCHECK_EQ(NORMAL_SEPARATOR, items_.back().separator_type);
134 if (separator_type == SPACING_SEPARATOR)
139 separator_type };
184 MenuSeparatorType separator_type) {
186 if (separator_type !
183 InsertSeparatorAt(int index, MenuSeparatorType separator_type) argument
[all...]
H A Dsimple_menu_model.h88 void AddSeparator(MenuSeparatorType separator_type);
105 void InsertSeparatorAt(int index, MenuSeparatorType separator_type);
/external/lldb/source/Target/
H A DStackFrame.cpp636 const char separator_type = var_path[0]; local
637 switch (separator_type)
1064 separator_type,

Completed in 605 milliseconds