Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DContextMenuItemGtk.cpp71 case ContextMenuItemTagLearnSpelling: in gtkStockIDFromContextMenuAction()
/external/webkit/Source/WebCore/platform/
DContextMenuItem.h92 ContextMenuItemTagLearnSpelling, enumerator
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h331 case WebCore::ContextMenuItemTagLearnSpelling: in toAPI()
510 return WebCore::ContextMenuItemTagLearnSpelling; in toImpl()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp290 case ContextMenuItemTagLearnSpelling: in contextMenuItemSelected()
694 ContextMenuItem LearnSpellingItem(ActionType, ContextMenuItemTagLearnSpelling, in populate()
1069 case ContextMenuItemTagLearnSpelling: in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2371 …if (item.action() == ContextMenuItemTagLearnSpelling || item.action() == ContextMenuItemTagIgnoreS… in contextMenuItemSelected()