SEPARATOR         112 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h       return extensions::MenuItem::SEPARATOR;
SEPARATOR         160 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h   if (title.empty() && type != MenuItem::SEPARATOR) {
SEPARATOR         236 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h     if (title.empty() && item->type() != MenuItem::SEPARATOR) {
SEPARATOR         208 chrome/browser/extensions/context_menu_matcher.cc       last_type = MenuItem::SEPARATOR;
SEPARATOR         241 chrome/browser/extensions/context_menu_matcher.cc     } else if (item->type() == MenuItem::SEPARATOR) {
SEPARATOR         204 chrome/browser/extensions/menu_manager.cc   if (type_ != SEPARATOR)
SEPARATOR         236 chrome/browser/extensions/menu_manager.cc   if (type != SEPARATOR && !value.GetString(kTitleKey, &title))
SEPARATOR         355 chrome/browser/renderer_context_menu/render_view_context_menu.cc       case content::MenuItem::SEPARATOR:
SEPARATOR          64 chrome/renderer/pepper/pepper_flash_menu_host.cc         item.type = content::MenuItem::SEPARATOR;
SEPARATOR         331 chrome/renderer/plugins/chrome_plugin_placeholder.cc   separator_item.type = content::MenuItem::SEPARATOR;
SEPARATOR         345 third_party/zlib/trees.c                 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
SEPARATOR         351 third_party/zlib/trees.c                 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
SEPARATOR         357 third_party/zlib/trees.c                 SEPARATOR(i, DIST_CODE_LEN-1, 20));
SEPARATOR         364 third_party/zlib/trees.c                 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
SEPARATOR         370 third_party/zlib/trees.c                 SEPARATOR(i, LENGTH_CODES-1, 20));
SEPARATOR         376 third_party/zlib/trees.c                 SEPARATOR(i, D_CODES-1, 10));
SEPARATOR          88 ui/views/controls/menu/menu.cc   if (type == SEPARATOR)
SEPARATOR         127 ui/views/controls/menu/menu_item_view.cc   if (GetType() == SEPARATOR)
SEPARATOR         179 ui/views/controls/menu/menu_item_view.cc     case SEPARATOR:
SEPARATOR         242 ui/views/controls/menu/menu_item_view.cc   if (type == SEPARATOR) {
SEPARATOR         308 ui/views/controls/menu/menu_item_view.cc                      gfx::ImageSkia(), SEPARATOR, ui::NORMAL_SEPARATOR);
SEPARATOR          88 ui/views/controls/menu/menu_model_adapter.cc       type = MenuItemView::SEPARATOR;