OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextMenuItemTagOpenLinkInNewWindow
(Results
1 - 19
of
19
) sorted by null
/external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h
52
virtual String
contextMenuItemTagOpenLinkInNewWindow
();
LocalizationStrategy.h
53
virtual String
contextMenuItemTagOpenLinkInNewWindow
() = 0;
LocalizedStrings.cpp
82
String
contextMenuItemTagOpenLinkInNewWindow
()
84
return platformStrategies()->localizationStrategy()->
contextMenuItemTagOpenLinkInNewWindow
();
LocalizedStrings.h
49
String
contextMenuItemTagOpenLinkInNewWindow
();
DefaultLocalizationStrategy.cpp
120
String DefaultLocalizationStrategy::
contextMenuItemTagOpenLinkInNewWindow
()
[
all
...]
/external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp
69
String
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp
76
String
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp
75
String
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp
65
String
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp
76
String
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp
242
String
contextMenuItemTagOpenLinkInNewWindow
() { return String(); }
/external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h
69
virtual WTF::String
contextMenuItemTagOpenLinkInNewWindow
();
WebPlatformStrategies.cpp
185
String WebPlatformStrategies::
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h
63
virtual WTF::String
contextMenuItemTagOpenLinkInNewWindow
();
PlatformStrategiesWinCE.cpp
152
String PlatformStrategiesWinCE::
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp
89
String
contextMenuItemTagOpenLinkInNewWindow
()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp
69
return WebCore::
ContextMenuItemTagOpenLinkInNewWindow
;
742
text =
contextMenuItemTagOpenLinkInNewWindow
();
/external/webkit/Source/WebCore/page/
ContextMenuController.cpp
189
case
ContextMenuItemTagOpenLinkInNewWindow
:
647
ContextMenuItem OpenLinkInNewWindowItem(ActionType,
ContextMenuItemTagOpenLinkInNewWindow
,
648
contextMenuItemTagOpenLinkInNewWindow
());
[
all
...]
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
417
case WebCore::
ContextMenuItemTagOpenLinkInNewWindow
: return QWebPage::OpenLinkInNewWindow;
[
all
...]
Completed in 277 milliseconds