Searched refs:contextMenuItemTagShowSubstitutions (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebContextMenuClient.mm225 else if ([title isEqualToString:contextMenuItemTagShowSubstitutions(true)]
226 || [title isEqualToString:contextMenuItemTagShowSubstitutions(false)])
/external/webkit/Source/WebCore/platform/
H A DLocalizedStrings.cpp329 String contextMenuItemTagShowSubstitutions(bool show) function in namespace:WebCore
331 return platformStrategies()->localizationStrategy()->contextMenuItemTagShowSubstitutions(show);
H A DDefaultLocalizationStrategy.h109 virtual String contextMenuItemTagShowSubstitutions(bool show);
H A DLocalizationStrategy.h110 virtual String contextMenuItemTagShowSubstitutions(bool show) = 0;
H A DLocalizedStrings.h106 String contextMenuItemTagShowSubstitutions(bool show);
H A DDefaultLocalizationStrategy.cpp448 String DefaultLocalizationStrategy::contextMenuItemTagShowSubstitutions(bool show) function in class:WebCore::DefaultLocalizationStrategy
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp588 ContextMenuItem showSubstitutions(ActionType, ContextMenuItemTagShowSubstitutions, contextMenuItemTagShowSubstitutions(true));
1135 item.setTitle(contextMenuItemTagShowSubstitutions(false));
1137 item.setTitle(contextMenuItemTagShowSubstitutions(true));
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm656 [menuItem setTitle:contextMenuItemTagShowSubstitutions(![[[NSSpellChecker sharedSpellChecker] substitutionsPanel] isVisible])];

Completed in 82 milliseconds