Home
last modified time | relevance | path

Searched refs:ContextMenuItemTagIgnoreSpelling (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DContextMenuItemGtk.cpp69 case ContextMenuItemTagIgnoreSpelling: in gtkStockIDFromContextMenuAction()
/external/webkit/Source/WebCore/platform/
DContextMenuItem.h91 ContextMenuItemTagIgnoreSpelling, enumerator
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h329 case WebCore::ContextMenuItemTagIgnoreSpelling: in toAPI()
508 return WebCore::ContextMenuItemTagIgnoreSpelling; in toImpl()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp287 case ContextMenuItemTagIgnoreSpelling: in contextMenuItemSelected()
692 ContextMenuItem IgnoreSpellingItem(ActionType, ContextMenuItemTagIgnoreSpelling, in populate()
1068 case ContextMenuItemTagIgnoreSpelling: in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2371 …m.action() == ContextMenuItemTagLearnSpelling || item.action() == ContextMenuItemTagIgnoreSpelling) in contextMenuItemSelected()