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

  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h 88 virtual String contextMenuItemTagCheckGrammarWithSpelling();
LocalizationStrategy.h 89 virtual String contextMenuItemTagCheckGrammarWithSpelling() = 0;
LocalizedStrings.cpp 228 String contextMenuItemTagCheckGrammarWithSpelling()
230 return platformStrategies()->localizationStrategy()->contextMenuItemTagCheckGrammarWithSpelling();
LocalizedStrings.h 85 String contextMenuItemTagCheckGrammarWithSpelling();
DefaultLocalizationStrategy.cpp 346 String DefaultLocalizationStrategy::contextMenuItemTagCheckGrammarWithSpelling()
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 244 String contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 251 String contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 250 String contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp 275 String contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp 279 String contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp 266 String contextMenuItemTagCheckGrammarWithSpelling() { return String(); }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h 96 virtual WTF::String contextMenuItemTagCheckGrammarWithSpelling();
WebPlatformStrategies.cpp 371 String WebPlatformStrategies::contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h 88 virtual WTF::String contextMenuItemTagCheckGrammarWithSpelling();
PlatformStrategiesWinCE.cpp 322 String PlatformStrategiesWinCE::contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 187 else if ([title isEqualToString:contextMenuItemTagCheckGrammarWithSpelling()])
  /external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 297 String contextMenuItemTagCheckGrammarWithSpelling()
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 366 case ContextMenuItemTagCheckGrammarWithSpelling:
485 ContextMenuItem grammarWithSpelling(CheckableActionType, ContextMenuItemTagCheckGrammarWithSpelling,
486 contextMenuItemTagCheckGrammarWithSpelling());
    [all...]

Completed in 215 milliseconds