Searched refs:stockLabel (Results 1 – 2 of 2) sorted by relevance
163 static String stockLabel = String::fromUTF8("Copy"); in contextMenuItemTagCopy() local164 return stockLabel; in contextMenuItemTagCopy()169 static String stockLabel = String::fromUTF8("Delete"); in contextMenuItemTagDelete() local170 return stockLabel; in contextMenuItemTagDelete()175 static String stockLabel = String::fromUTF8("Select All"); in contextMenuItemTagSelectAll() local176 return stockLabel; in contextMenuItemTagSelectAll()191 static String stockLabel = String::fromUTF8("Go Back"); in contextMenuItemTagGoBack() local192 return stockLabel; in contextMenuItemTagGoBack()197 static String stockLabel = String::fromUTF8("Go Forward"); in contextMenuItemTagGoForward() local198 return stockLabel; in contextMenuItemTagGoForward()[all …]
181 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_COPY)); in contextMenuItemTagCopy() local182 return stockLabel; in contextMenuItemTagCopy()187 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_DELETE)); in contextMenuItemTagDelete() local188 return stockLabel; in contextMenuItemTagDelete()193 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_SELECT_ALL)); in contextMenuItemTagSelectAll() local194 return stockLabel; in contextMenuItemTagSelectAll()209 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_BACK)); in contextMenuItemTagGoBack() local210 return stockLabel; in contextMenuItemTagGoBack()215 static String stockLabel = String::fromUTF8(gtkStockLabel(GTK_STOCK_GO_FORWARD)); in contextMenuItemTagGoForward() local216 return stockLabel; in contextMenuItemTagGoForward()[all …]