Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_strings.cc66 #define SET_STRING(id, idr) \ in RunImpl() macro
69 SET_STRING("WEB_FONT_FAMILY", IDS_WEB_FONT_FAMILY); in RunImpl()
70 SET_STRING("WEB_FONT_SIZE", IDS_WEB_FONT_SIZE); in RunImpl()
72 SET_STRING("ARCHIVE_DIRECTORY_LABEL", in RunImpl()
74 SET_STRING("REMOVABLE_DIRECTORY_LABEL", in RunImpl()
76 SET_STRING("DOWNLOADS_DIRECTORY_LABEL", in RunImpl()
78 SET_STRING("DRIVE_DIRECTORY_LABEL", IDS_FILE_BROWSER_DRIVE_DIRECTORY_LABEL); in RunImpl()
79 SET_STRING("DRIVE_MY_DRIVE_LABEL", IDS_FILE_BROWSER_DRIVE_MY_DRIVE_LABEL); in RunImpl()
80 SET_STRING("DRIVE_OFFLINE_COLLECTION_LABEL", in RunImpl()
82 SET_STRING("DRIVE_SHARED_WITH_ME_COLLECTION_LABEL", in RunImpl()
[all …]
/external/chromium_org/chrome/browser/extensions/api/developer_private/
Ddeveloper_private_api.cc1230 #define SET_STRING(id, idr) \ in RunImpl() macro
1232 SET_STRING("extensionSettings", IDS_MANAGE_EXTENSIONS_SETTING_WINDOWS_TITLE); in RunImpl()
1234 SET_STRING("appsDevtoolSearch", IDS_APPS_DEVTOOL_SEARCH); in RunImpl()
1235 SET_STRING("appsDevtoolApps", IDS_APPS_DEVTOOL_APPS_INSTALLED); in RunImpl()
1236 SET_STRING("appsDevtoolExtensions", IDS_APPS_DEVTOOL_EXTENSIONS_INSTALLED); in RunImpl()
1237 SET_STRING("appsDevtoolNoExtensions", IDS_EXTENSIONS_NONE_INSTALLED); in RunImpl()
1238 SET_STRING("appsDevtoolUnpacked", IDS_APPS_DEVTOOL_UNPACKED_INSTALLED); in RunImpl()
1239 SET_STRING("appsDevtoolInstalled", IDS_APPS_DEVTOOL_INSTALLED); in RunImpl()
1240 SET_STRING("appsDevtoolNoPackedApps", IDS_APPS_DEVTOOL_NO_PACKED_APPS); in RunImpl()
1241 SET_STRING("appsDevtoolNoUnpackedApps", IDS_APPS_DEVTOOL_NO_UNPACKED_APPS); in RunImpl()
[all …]
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
Dfeedback_private_api.cc106 #define SET_STRING(id, idr) \ in RunImpl() macro
108 SET_STRING("page-title", IDS_FEEDBACK_REPORT_PAGE_TITLE); in RunImpl()
109 SET_STRING("page-url", IDS_FEEDBACK_REPORT_URL_LABEL); in RunImpl()
110 SET_STRING("screenshot", IDS_FEEDBACK_SCREENSHOT_LABEL); in RunImpl()
111 SET_STRING("user-email", IDS_FEEDBACK_USER_EMAIL_LABEL); in RunImpl()
112 SET_STRING("sys-info", in RunImpl()
114 SET_STRING("attach-file-label", IDS_FEEDBACK_ATTACH_FILE_LABEL); in RunImpl()
115 SET_STRING("attach-file-note", IDS_FEEDBACK_ATTACH_FILE_NOTE); in RunImpl()
116 SET_STRING("attach-file-to-big", IDS_FEEDBACK_ATTACH_FILE_TO_BIG); in RunImpl()
117 SET_STRING("reading-file", IDS_FEEDBACK_READING_FILE); in RunImpl()
[all …]
/external/chromium/chrome/browser/extensions/
Dextension_file_browser_private_api.cc1034 #define SET_STRING(ns, id) \ in RunImpl() macro
1037 SET_STRING(IDS, LOCALE_FMT_DATE_SHORT); in RunImpl()
1038 SET_STRING(IDS, LOCALE_MONTHS_SHORT); in RunImpl()
1039 SET_STRING(IDS, LOCALE_DAYS_SHORT); in RunImpl()
1041 SET_STRING(IDS_FILE_BROWSER, BODY_FONT_FAMILY); in RunImpl()
1042 SET_STRING(IDS_FILE_BROWSER, BODY_FONT_SIZE); in RunImpl()
1044 SET_STRING(IDS_FILE_BROWSER, ROOT_DIRECTORY_LABEL); in RunImpl()
1045 SET_STRING(IDS_FILE_BROWSER, DOWNLOADS_DIRECTORY_LABEL); in RunImpl()
1046 SET_STRING(IDS_FILE_BROWSER, MEDIA_DIRECTORY_LABEL); in RunImpl()
1047 SET_STRING(IDS_FILE_BROWSER, NAME_COLUMN_LABEL); in RunImpl()
[all …]
/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_private_api.cc239 #define SET_STRING(id, idr) \ in RunImpl() macro
241 SET_STRING("webFontFamily", IDS_WEB_FONT_FAMILY); in RunImpl()
242 SET_STRING("webFontSize", IDS_WEB_FONT_SIZE); in RunImpl()
243 SET_STRING("allCategoryLabel", IDS_WALLPAPER_MANAGER_ALL_CATEGORY_LABEL); in RunImpl()
244 SET_STRING("deleteCommandLabel", IDS_WALLPAPER_MANAGER_DELETE_COMMAND_LABEL); in RunImpl()
245 SET_STRING("customCategoryLabel", in RunImpl()
247 SET_STRING("selectCustomLabel", in RunImpl()
249 SET_STRING("positionLabel", IDS_WALLPAPER_MANAGER_POSITION_LABEL); in RunImpl()
250 SET_STRING("colorLabel", IDS_WALLPAPER_MANAGER_COLOR_LABEL); in RunImpl()
251 SET_STRING("centerCroppedLayout", in RunImpl()
[all …]
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c104 SET_STRING(conn->acName, acName); in PPPOEInitDevice()
107 SET_STRING(conn->serviceName, pppd_pppoe_service); in PPPOEInitDevice()
109 SET_STRING(conn->ifName, devnam); in PPPOEInitDevice()
Dpppoe.h310 #define SET_STRING(var, val) do { if (var) free(var); var = strDup(val); } while(0); macro