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

  /external/webkit/Source/WebCore/platform/win/
ContextMenuItemWin.cpp 48 m_type = info.fType == MFT_SEPARATOR ? SeparatorType : ActionType;
50 m_type = SeparatorType;
83 if (m_type == SeparatorType) {
ContextMenuWin.cpp 70 items.append(ContextMenuItem(SeparatorType, ContextMenuItemTagNoAction, String()));
99 if (item.type() == SeparatorType)
122 if (item.type() != SeparatorType) {
  /external/webkit/Source/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 57 else if (type == SeparatorType)
80 return SeparatorType;
95 else if (type == SeparatorType)
  /external/webkit/Source/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 133 if (type == SeparatorType) {
181 return SeparatorType;
191 if (type == SeparatorType)
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuItemMac.mm 63 if (type == SeparatorType)
108 return SeparatorType;
131 if (type == SeparatorType)
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItem.cpp 57 DEFINE_STATIC_LOCAL(WebContextMenuItem*, separatorItem, (adoptRef(new WebContextMenuItem(WebContextMenuItemData(WebCore::SeparatorType, WebCore::ContextMenuItemTagNoAction, String(), true, false))).leakRef()));
WebContextMenuItemData.cpp 54 ASSERT(type == WebCore::ActionType || type == WebCore::CheckableActionType || type == WebCore::SeparatorType);
123 case WebCore::SeparatorType:
  /external/webkit/Source/WebCore/platform/wx/
ContextMenuWx.cpp 75 } else if (itemDescription.type != SeparatorType) {
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextMenuProxyWin.cpp 58 case SeparatorType:
  /external/webkit/Source/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 105 items.append(new ContextMenuItem(SeparatorType,
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 92 items.append(new ContextMenuItem(SeparatorType,
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 97 ASSERT(item->type() != SeparatorType);
  /external/webkit/Source/WebKit2/UIProcess/qt/
WebContextMenuProxyQt.cpp 122 case WebCore::SeparatorType:
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 157 case SeparatorType:
  /external/webkit/Source/WebCore/platform/
ContextMenuItem.h 170 SeparatorType,
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 319 case SeparatorType:
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 655 case WebCore::SeparatorType:
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 436 return new ContextMenuItem(SeparatorType, ContextMenuItemTagNoAction, String());
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 475 case WebCore::SeparatorType:
    [all...]

Completed in 400 milliseconds