Searched refs:separator_type (Results 1 – 3 of 3) sorted by relevance
26 MenuSeparatorType separator_type; member122 void SimpleMenuModel::AddSeparator(MenuSeparatorType separator_type) { in AddSeparator() argument124 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() argument186 if (separator_type != NORMAL_SEPARATOR) { in InsertSeparatorAt()[all …]
88 void AddSeparator(MenuSeparatorType separator_type);105 void InsertSeparatorAt(int index, MenuSeparatorType separator_type);
636 const char separator_type = var_path[0]; in GetValueForVariableExpressionPath() local637 switch (separator_type) in GetValueForVariableExpressionPath()1064 separator_type, in GetValueForVariableExpressionPath()