HomeSort by relevance Sort by last modified time
    Searched refs:contextMenuItemTagCorrectSpellingAutomatically (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h 107 virtual String contextMenuItemTagCorrectSpellingAutomatically();
LocalizationStrategy.h 108 virtual String contextMenuItemTagCorrectSpellingAutomatically() = 0;
LocalizedStrings.cpp 319 String contextMenuItemTagCorrectSpellingAutomatically()
321 return platformStrategies()->localizationStrategy()->contextMenuItemTagCorrectSpellingAutomatically();
LocalizedStrings.h 104 String contextMenuItemTagCorrectSpellingAutomatically();
DefaultLocalizationStrategy.cpp 438 String DefaultLocalizationStrategy::contextMenuItemTagCorrectSpellingAutomatically()
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 221 else if ([title isEqualToString:contextMenuItemTagCorrectSpellingAutomatically()])
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 409 case ContextMenuItemTagCorrectSpellingAutomatically:
488 ContextMenuItem correctSpelling(CheckableActionType, ContextMenuItemTagCorrectSpellingAutomatically,
489 contextMenuItemTagCorrectSpellingAutomatically());
    [all...]

Completed in 53 milliseconds