Searched defs:stockLabel (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
H A DLocalizedStringsEfl.cpp163 static String stockLabel = String::fromUTF8("Copy"); local
164 return stockLabel;
169 static String stockLabel = String::fromUTF8("Delete"); local
170 return stockLabel;
175 static String stockLabel = String::fromUTF8("Select All"); local
176 return stockLabel;
191 static String stockLabel = String::fromUTF8("Go Back"); local
192 return stockLabel;
197 static String stockLabel = String::fromUTF8("Go Forward"); local
198 return stockLabel;
203 static String stockLabel = String::fromUTF8("Stop"); local
214 static String stockLabel = String::fromUTF8("Cut"); local
220 static String stockLabel = String::fromUTF8("Paste"); local
291 static String stockLabel = String::fromUTF8("Bold"); local
297 static String stockLabel = String::fromUTF8("Italic"); local
303 static String stockLabel = String::fromUTF8("Underline"); local
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DLocalizedStringsGtk.cpp181 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_COPY)); local
182 return stockLabel;
187 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_DELETE)); local
188 return stockLabel;
193 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_SELECT_ALL)); local
194 return stockLabel;
209 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_BACK)); local
210 return stockLabel;
215 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_FORWARD)); local
216 return stockLabel;
221 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_STOP)); local
232 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_CUT)); local
238 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_PASTE)); local
309 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_BOLD)); local
315 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_ITALIC)); local
321 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_UNDERLINE)); local
[all...]

Completed in 328 milliseconds