Home
last modified time | relevance | path

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

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