Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DLocalizedStringsGtk.cpp46 static const char* gtkStockLabel(const char* stockID) in gtkStockLabel() argument
49 if (!gtk_stock_lookup(stockID, &item)) in gtkStockLabel()
50 return stockID; in gtkStockLabel()