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

  /external/webkit/WebCore/platform/android/
LocalizedStringsAndroid.cpp 197 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/brew/
LocalizedStringsBrew.cpp 179 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 221 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 181 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/qt/
Localizations.cpp 188 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/wx/
LocalizedStringsWx.cpp 180 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebKit/chromium/src/
LocalizedStrings.cpp 253 String contextMenuItemTagShowSpellingPanel(bool show) { return String(); }
  /external/webkit/WebKit/win/
WebCoreLocalizedStrings.cpp 77 String WebCore::contextMenuItemTagShowSpellingPanel(bool show) { return String(show ? LPCTSTR_UI_STRING("Show Spelling and Grammar", "menu item title") : LPCTSTR_UI_STRING("Hide Spelling and Grammar", "menu item title")); }

Completed in 60 milliseconds