Home
last modified time | relevance | path

Searched refs:ContextMenuItemTagOpenLinkInNewWindow (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/qt/
DWebContextMenuProxyQt.cpp45 case WebCore::ContextMenuItemTagOpenLinkInNewWindow: in webActionForContextMenuAction()
/external/webkit/Source/WebCore/platform/gtk/
DContextMenuItemGtk.cpp43 case ContextMenuItemTagOpenLinkInNewWindow: in gtkStockIDFromContextMenuAction()
/external/webkit/Source/WebCore/platform/
DContextMenuItem.h62 ContextMenuItemTagOpenLinkInNewWindow=1, enumerator
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h297 case WebCore::ContextMenuItemTagOpenLinkInNewWindow: in toAPI()
476 return WebCore::ContextMenuItemTagOpenLinkInNewWindow; in toImpl()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp189 case ContextMenuItemTagOpenLinkInNewWindow: in contextMenuItemSelected()
647 ContextMenuItem OpenLinkInNewWindowItem(ActionType, ContextMenuItemTagOpenLinkInNewWindow, in populate()
1208 case ContextMenuItemTagOpenLinkInNewWindow: in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp69 return WebCore::ContextMenuItemTagOpenLinkInNewWindow; in contextMenuActionForWebAction()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp417 case WebCore::ContextMenuItemTagOpenLinkInNewWindow: return QWebPage::OpenLinkInNewWindow; in webActionForContextMenuAction()