OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextMenuItemTagGoBack
(Results
1 - 19
of
19
) sorted by null
/external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h
63
virtual String
contextMenuItemTagGoBack
();
LocalizationStrategy.h
64
virtual String
contextMenuItemTagGoBack
() = 0;
LocalizedStrings.cpp
129
String
contextMenuItemTagGoBack
()
131
return platformStrategies()->localizationStrategy()->
contextMenuItemTagGoBack
();
LocalizedStrings.h
60
String
contextMenuItemTagGoBack
();
DefaultLocalizationStrategy.cpp
217
String DefaultLocalizationStrategy::
contextMenuItemTagGoBack
()
[
all
...]
/external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp
159
String
contextMenuItemTagGoBack
()
/external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp
166
String
contextMenuItemTagGoBack
()
/external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp
165
String
contextMenuItemTagGoBack
()
/external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp
173
String
contextMenuItemTagGoBack
()
/external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp
189
String
contextMenuItemTagGoBack
()
/external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp
250
String
contextMenuItemTagGoBack
() { return String(); }
/external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h
78
virtual WTF::String
contextMenuItemTagGoBack
();
WebPlatformStrategies.cpp
280
String WebPlatformStrategies::
contextMenuItemTagGoBack
()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h
71
virtual WTF::String
contextMenuItemTagGoBack
();
PlatformStrategiesWinCE.cpp
242
String PlatformStrategiesWinCE::
contextMenuItemTagGoBack
()
/external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp
207
String
contextMenuItemTagGoBack
()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp
751
text =
contextMenuItemTagGoBack
();
/external/webkit/Source/WebCore/page/
ContextMenuController.cpp
248
case
ContextMenuItemTagGoBack
:
684
ContextMenuItem BackItem(ActionType,
ContextMenuItemTagGoBack
,
contextMenuItemTagGoBack
());
[
all
...]
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
426
case WebCore::
ContextMenuItemTagGoBack
: return QWebPage::Back;
[
all
...]
Completed in 377 milliseconds