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

  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h 65 virtual String contextMenuItemTagStop();
LocalizationStrategy.h 66 virtual String contextMenuItemTagStop() = 0;
LocalizedStrings.cpp 139 String contextMenuItemTagStop()
141 return platformStrategies()->localizationStrategy()->contextMenuItemTagStop();
LocalizedStrings.h 62 String contextMenuItemTagStop();
DefaultLocalizationStrategy.cpp 227 String DefaultLocalizationStrategy::contextMenuItemTagStop()
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 169 String contextMenuItemTagStop()
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 176 String contextMenuItemTagStop()
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 175 String contextMenuItemTagStop()
  /external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp 185 String contextMenuItemTagStop()
  /external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp 201 String contextMenuItemTagStop()
  /external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp 252 String contextMenuItemTagStop() { return String(); }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h 80 virtual WTF::String contextMenuItemTagStop();
WebPlatformStrategies.cpp 290 String WebPlatformStrategies::contextMenuItemTagStop()
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h 73 virtual WTF::String contextMenuItemTagStop();
PlatformStrategiesWinCE.cpp 252 String PlatformStrategiesWinCE::contextMenuItemTagStop()
  /external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 219 String contextMenuItemTagStop()
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 759 text = contextMenuItemTagStop();
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 256 case ContextMenuItemTagStop:
686 ContextMenuItem StopItem(ActionType, ContextMenuItemTagStop, contextMenuItemTagStop());
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 428 case WebCore::ContextMenuItemTagStop: return QWebPage::Stop;
    [all...]

Completed in 46 milliseconds