Home
last modified time | relevance | path

Searched defs: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
169 static String stockLabel = String::fromUTF8("Delete"); in contextMenuItemTagDelete() local
175 static String stockLabel = String::fromUTF8("Select All"); in contextMenuItemTagSelectAll() local
191 static String stockLabel = String::fromUTF8("Go Back"); in contextMenuItemTagGoBack() local
197 static String stockLabel = String::fromUTF8("Go Forward"); in contextMenuItemTagGoForward() local
203 static String stockLabel = String::fromUTF8("Stop"); in contextMenuItemTagStop() local
214 static String stockLabel = String::fromUTF8("Cut"); in contextMenuItemTagCut() local
220 static String stockLabel = String::fromUTF8("Paste"); in contextMenuItemTagPaste() local
291 static String stockLabel = String::fromUTF8("Bold"); in contextMenuItemTagBold() local
297 static String stockLabel = String::fromUTF8("Italic"); in contextMenuItemTagItalic() local
[all …]
/external/webkit/Source/WebCore/platform/gtk/
DLocalizedStringsGtk.cpp181 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_COPY)); in contextMenuItemTagCopy() local
187 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_DELETE)); in contextMenuItemTagDelete() local
193 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_SELECT_ALL)); in contextMenuItemTagSelectAll() local
209 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_BACK)); in contextMenuItemTagGoBack() local
215 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_FORWARD)); in contextMenuItemTagGoForward() local
221 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_STOP)); in contextMenuItemTagStop() local
232 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_CUT)); in contextMenuItemTagCut() local
238 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_PASTE)); in contextMenuItemTagPaste() local
309 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_BOLD)); in contextMenuItemTagBold() local
315 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_ITALIC)); in contextMenuItemTagItalic() local
[all …]