OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextMenuItemTagOpenImageInNewWindow
(Results
1 - 19
of
19
) sorted by null
/external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h
55
virtual String
contextMenuItemTagOpenImageInNewWindow
();
LocalizationStrategy.h
56
virtual String
contextMenuItemTagOpenImageInNewWindow
() = 0;
LocalizedStrings.cpp
97
String
contextMenuItemTagOpenImageInNewWindow
()
99
return platformStrategies()->localizationStrategy()->
contextMenuItemTagOpenImageInNewWindow
();
LocalizedStrings.h
52
String
contextMenuItemTagOpenImageInNewWindow
();
DefaultLocalizationStrategy.cpp
135
String DefaultLocalizationStrategy::
contextMenuItemTagOpenImageInNewWindow
()
[
all
...]
/external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp
84
String
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp
91
String
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp
90
String
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp
83
String
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp
91
String
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp
245
String
contextMenuItemTagOpenImageInNewWindow
() { return String(); }
/external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h
72
virtual WTF::String
contextMenuItemTagOpenImageInNewWindow
();
WebPlatformStrategies.cpp
200
String WebPlatformStrategies::
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h
66
virtual WTF::String
contextMenuItemTagOpenImageInNewWindow
();
PlatformStrategiesWinCE.cpp
167
String PlatformStrategiesWinCE::
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp
104
String
contextMenuItemTagOpenImageInNewWindow
()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp
73
return WebCore::
ContextMenuItemTagOpenImageInNewWindow
;
748
text =
contextMenuItemTagOpenImageInNewWindow
();
/external/webkit/Source/WebCore/page/
ContextMenuController.cpp
199
case
ContextMenuItemTagOpenImageInNewWindow
:
653
ContextMenuItem OpenImageInNewWindowItem(ActionType,
ContextMenuItemTagOpenImageInNewWindow
,
654
contextMenuItemTagOpenImageInNewWindow
());
[
all
...]
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
420
case WebCore::
ContextMenuItemTagOpenImageInNewWindow
: return QWebPage::OpenImageInNewWindow;
[
all
...]
Completed in 357 milliseconds