Home
last modified time | relevance | path

Searched refs:SeparatorType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DCustomContextMenuProvider.cpp61 if (lastItem.type() == SeparatorType) in appendSeparator()
64 …contextMenu.appendItem(ContextMenuItem(SeparatorType, ContextMenuItemCustomTagNoAction, String())); in appendSeparator()
108 while (contextMenu.items().size() && contextMenu.items().last().type() == SeparatorType) in populateContextMenuItems()
/external/chromium_org/third_party/WebKit/Source/platform/
DContextMenuItem.h47 SeparatorType, enumerator
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8InspectorFrontendHostCustom.cpp77 ContextMenuItem item(ContextMenuItem(SeparatorType, in populateContextMenuItems()
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp425 case SeparatorType: in populateSubMenuItems()