HomeSort by relevance Sort by last modified time
    Searched refs:SeparatorType (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 57 else if (type == SeparatorType)
80 return SeparatorType;
95 else if (type == SeparatorType)
  /external/webkit/WebCore/platform/mac/
ContextMenuItemMac.mm 63 if (type == SeparatorType) {
91 return SeparatorType;
114 if (type == SeparatorType)
  /external/webkit/WebCore/platform/win/
ContextMenuItemWin.cpp 67 if (type == SeparatorType) {
108 type = SeparatorType;
130 if (type == SeparatorType)
  /external/webkit/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 67 items.append(new ContextMenuItem(SeparatorType, ContextMenuItemTagNoAction, String()));
  /external/webkit/WebCore/platform/wx/
ContextMenuWx.cpp 77 } else if (itemDescription.type != SeparatorType) {
  /external/webkit/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 112 m_platformDescription.type = SeparatorType;
157 if (menu.type == SeparatorType)
  /external/webkit/WebCore/platform/
ContextMenuItem.h 153 SeparatorType,
ContextMenu.cpp 71 return auto_ptr<ContextMenuItem>(new ContextMenuItem(SeparatorType, ContextMenuItemTagNoAction, String()));
561 if (item.type() == SeparatorType)
    [all...]
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 275 case SeparatorType:
WebDevToolsFrontendImpl.cpp 373 items.append(new ContextMenuItem(SeparatorType,
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 532 case WebCore::SeparatorType:
    [all...]

Completed in 179 milliseconds