OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextMenuItemTagOpenLink
(Results
1 - 20
of
20
) sorted by null
/external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h
82
virtual String
contextMenuItemTagOpenLink
();
LocalizationStrategy.h
83
virtual String
contextMenuItemTagOpenLink
() = 0;
LocalizedStrings.cpp
198
String
contextMenuItemTagOpenLink
()
200
return platformStrategies()->localizationStrategy()->
contextMenuItemTagOpenLink
();
LocalizedStrings.h
79
String
contextMenuItemTagOpenLink
();
DefaultLocalizationStrategy.cpp
314
String DefaultLocalizationStrategy::
contextMenuItemTagOpenLink
()
[
all
...]
/external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp
214
String
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp
221
String
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp
220
String
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp
239
String
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp
249
String
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp
261
String
contextMenuItemTagOpenLink
() { return String(); }
/external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h
90
virtual WTF::String
contextMenuItemTagOpenLink
();
WebPlatformStrategies.cpp
340
String WebPlatformStrategies::
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h
82
virtual WTF::String
contextMenuItemTagOpenLink
();
PlatformStrategiesWinCE.cpp
297
String PlatformStrategiesWinCE::
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm
174
if ([title isEqualToString:
contextMenuItemTagOpenLink
()])
/external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp
267
String
contextMenuItemTagOpenLink
()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp
67
return WebCore::
ContextMenuItemTagOpenLink
;
739
text =
contextMenuItemTagOpenLink
();
/external/webkit/Source/WebCore/page/
ContextMenuController.cpp
300
case
ContextMenuItemTagOpenLink
:
646
ContextMenuItem OpenLinkItem(ActionType,
ContextMenuItemTagOpenLink
,
contextMenuItemTagOpenLink
());
[
all
...]
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
416
case WebCore::
ContextMenuItemTagOpenLink
: return QWebPage::OpenLink;
[
all
...]
Completed in 162 milliseconds