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

  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h 85 virtual String contextMenuItemTagShowSpellingPanel(bool show);
LocalizationStrategy.h 86 virtual String contextMenuItemTagShowSpellingPanel(bool show) = 0;
LocalizedStrings.cpp 213 String contextMenuItemTagShowSpellingPanel(bool show)
215 return platformStrategies()->localizationStrategy()->contextMenuItemTagShowSpellingPanel(show);
LocalizedStrings.h 82 String contextMenuItemTagShowSpellingPanel(bool show);
DefaultLocalizationStrategy.cpp 329 String DefaultLocalizationStrategy::contextMenuItemTagShowSpellingPanel(bool show)
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 229 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 236 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 235 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 180 else if ([title isEqualToString:contextMenuItemTagShowSpellingPanel(true)]
181 || [title isEqualToString:contextMenuItemTagShowSpellingPanel(false)])
  /external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp 257 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp 264 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp 278 String contextMenuItemTagShowSpellingPanel(bool show) { return String(); }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h 93 virtual WTF::String contextMenuItemTagShowSpellingPanel(bool show);
WebPlatformStrategies.cpp 355 String WebPlatformStrategies::contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h 85 virtual WTF::String contextMenuItemTagShowSpellingPanel(bool show);
PlatformStrategiesWinCE.cpp 377 String PlatformStrategiesWinCE::contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 356 case ContextMenuItemTagShowSpellingPanel:
479 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
480 contextMenuItemTagShowSpellingPanel(true));
514 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
515 contextMenuItemTagShowSpellingPanel(true));
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 282 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 628 [menuItem setTitle:contextMenuItemTagShowSpellingPanel(![[[NSSpellChecker sharedSpellChecker] spellingPanel] isVisible])];
    [all...]

Completed in 976 milliseconds