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

  /external/webkit/WebCore/platform/brew/
LocalizedStringsBrew.cpp 179 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 181 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/wx/
LocalizedStringsWx.cpp 180 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebCore/platform/
LocalizedStrings.h 70 String contextMenuItemTagShowSpellingPanel(bool show);
ContextMenu.cpp 111 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
112 contextMenuItemTagShowSpellingPanel(true));
143 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
144 contextMenuItemTagShowSpellingPanel(true));
667 case ContextMenuItemTagShowSpellingPanel:
670 item.setTitle(contextMenuItemTagShowSpellingPanel(false));
672 item.setTitle(contextMenuItemTagShowSpellingPanel(true));
    [all...]
  /external/webkit/WebCore/platform/android/
LocalizedStringsAndroid.cpp 197 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 177 else if ([title isEqualToString:[[WebViewFactory sharedFactory] contextMenuItemTagShowSpellingPanel:true]]
178 || [title isEqualToString:[[WebViewFactory sharedFactory] contextMenuItemTagShowSpellingPanel:false]])
WebViewFactory.mm 253 - (NSString *)contextMenuItemTagShowSpellingPanel:(bool)show
  /external/webkit/WebCore/page/mac/
WebCoreViewFactory.h 67 - (NSString *)contextMenuItemTagShowSpellingPanel:(bool)show;
  /external/webkit/WebCore/platform/mac/
LocalizedStringsMac.mm 277 String contextMenuItemTagShowSpellingPanel(bool show)
280 return [[WebCoreViewFactory sharedFactory] contextMenuItemTagShowSpellingPanel:show];
  /external/webkit/WebCore/platform/qt/
Localizations.cpp 188 String contextMenuItemTagShowSpellingPanel(bool show)
  /external/webkit/WebKit/chromium/src/
LocalizedStrings.cpp 253 String contextMenuItemTagShowSpellingPanel(bool show) { return String(); }
  /external/webkit/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 221 String contextMenuItemTagShowSpellingPanel(bool show)
  /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 67 milliseconds