Home
last modified time | relevance | path

Searched refs:stockLabel (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DLocalizedStringsEfl.cpp163 static String stockLabel = String::fromUTF8("Copy"); in contextMenuItemTagCopy() local
164 return stockLabel; in contextMenuItemTagCopy()
169 static String stockLabel = String::fromUTF8("Delete"); in contextMenuItemTagDelete() local
170 return stockLabel; in contextMenuItemTagDelete()
175 static String stockLabel = String::fromUTF8("Select All"); in contextMenuItemTagSelectAll() local
176 return stockLabel; in contextMenuItemTagSelectAll()
191 static String stockLabel = String::fromUTF8("Go Back"); in contextMenuItemTagGoBack() local
192 return stockLabel; in contextMenuItemTagGoBack()
197 static String stockLabel = String::fromUTF8("Go Forward"); in contextMenuItemTagGoForward() local
198 return stockLabel; in contextMenuItemTagGoForward()
[all …]
/external/webkit/Source/WebCore/platform/gtk/
DLocalizedStringsGtk.cpp181 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_COPY)); in contextMenuItemTagCopy() local
182 return stockLabel; in contextMenuItemTagCopy()
187 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_DELETE)); in contextMenuItemTagDelete() local
188 return stockLabel; in contextMenuItemTagDelete()
193 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_SELECT_ALL)); in contextMenuItemTagSelectAll() local
194 return stockLabel; in contextMenuItemTagSelectAll()
209 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_BACK)); in contextMenuItemTagGoBack() local
210 return stockLabel; in contextMenuItemTagGoBack()
215 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_FORWARD)); in contextMenuItemTagGoForward() local
216 return stockLabel; in contextMenuItemTagGoForward()
[all …]