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

  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h 86 virtual String contextMenuItemTagCheckSpelling();
LocalizationStrategy.h 87 virtual String contextMenuItemTagCheckSpelling() = 0;
LocalizedStrings.cpp 218 String contextMenuItemTagCheckSpelling()
220 return platformStrategies()->localizationStrategy()->contextMenuItemTagCheckSpelling();
LocalizedStrings.h 83 String contextMenuItemTagCheckSpelling();
DefaultLocalizationStrategy.cpp 336 String DefaultLocalizationStrategy::contextMenuItemTagCheckSpelling()
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 234 String contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 241 String contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 240 String contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp 263 String contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp 269 String contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp 264 String contextMenuItemTagCheckSpelling() { return String(); }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h 94 virtual WTF::String contextMenuItemTagCheckSpelling();
WebPlatformStrategies.cpp 361 String WebPlatformStrategies::contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h 86 virtual WTF::String contextMenuItemTagCheckSpelling();
PlatformStrategiesWinCE.cpp 312 String PlatformStrategiesWinCE::contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 183 else if ([title isEqualToString:contextMenuItemTagCheckSpelling()])
  /external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 287 String contextMenuItemTagCheckSpelling()
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 359 case ContextMenuItemTagCheckSpelling:
481 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
482 contextMenuItemTagCheckSpelling());
516 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
517 contextMenuItemTagCheckSpelling());
    [all...]

Completed in 937 milliseconds