/external/chromium_org/chrome/browser/ui/apps/ |
apps_metro_handler_win.cc | 24 int string_id = win8_restart_command_id == IDC_WIN8_METRO_RESTART ? local 30 l10n_util::GetStringUTF16(string_id),
|
/external/chromium_org/chrome/third_party/mozilla_security_manager/ |
nsUsageArrayHelper.cpp | 53 int string_id; member in struct:mozilla_security_manager::__anon7053 68 usage_string_map[i].string_id));
|
nsNSSCertHelper.cpp | 181 int string_id; local 185 string_id = IDS_CERT_OID_AVA_COMMON_NAME; 188 string_id = IDS_CERT_OID_AVA_STATE_OR_PROVINCE; 191 string_id = IDS_CERT_OID_AVA_ORGANIZATION_NAME; 194 string_id = IDS_CERT_OID_AVA_ORGANIZATIONAL_UNIT_NAME; 197 string_id = IDS_CERT_OID_AVA_DN_QUALIFIER; 200 string_id = IDS_CERT_OID_AVA_COUNTRY_NAME; 203 string_id = IDS_CERT_OID_AVA_SERIAL_NUMBER; 206 string_id = IDS_CERT_OID_AVA_LOCALITY; 209 string_id = IDS_CERT_OID_AVA_DC 762 int string_id; member in struct:mozilla_security_manager::__anon7052 876 int string_id; member in struct:mozilla_security_manager::MaskIdPair [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
system_menu_model_delegate.cc | 48 int string_id = IDS_RESTORE_TAB; local 53 string_id = IDS_RESTORE_WINDOW; 55 return l10n_util::GetStringUTF16(string_id);
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_l10n.cc | 16 int string_id = 0; local 19 string_id = IDS_PERFORMANCE_MONITOR_AGGREGATION_NONE_NAME; 22 string_id = IDS_PERFORMANCE_MONITOR_AGGREGATION_MEDIAN_NAME; 25 string_id = IDS_PERFORMANCE_MONITOR_AGGREGATION_MEAN_NAME; 31 return l10n_util::GetStringUTF16(string_id); 36 int string_id = 0; local 39 string_id = IDS_PERFORMANCE_MONITOR_AGGREGATION_NONE_DESCRIPTION; 42 string_id = IDS_PERFORMANCE_MONITOR_AGGREGATION_MEDIAN_DESCRIPTION; 45 string_id = IDS_PERFORMANCE_MONITOR_AGGREGATION_MEAN_DESCRIPTION; 51 return l10n_util::GetStringUTF16(string_id); 57 int string_id = 0; local 77 int string_id = 0; local 97 int string_id = 0; local 194 int string_id = 0; local 232 int string_id = 0; local 263 int string_id = 0; local 287 int string_id = 0; local 311 int string_id = 0; local 347 int string_id = 0; local 396 int string_id = 0; local [all...] |
/external/chromium_org/chrome/common/extensions/permissions/ |
settings_override_permission.cc | 29 int string_id = -1; local 32 string_id = IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE; 36 string_id = IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE; 40 string_id = IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE; 49 l10n_util::GetStringFUTF16(string_id, UTF8ToUTF16(setting_value_))));
|
/external/chromium_org/ui/base/accelerators/ |
accelerator.cc | 102 int string_id = 0; local 105 string_id = IDS_APP_TAB_KEY; 108 string_id = IDS_APP_ENTER_KEY; 111 string_id = IDS_APP_ESC_KEY; 114 string_id = IDS_APP_PAGEUP_KEY; 117 string_id = IDS_APP_PAGEDOWN_KEY; 120 string_id = IDS_APP_END_KEY; 123 string_id = IDS_APP_HOME_KEY; 126 string_id = IDS_APP_INSERT_KEY; 129 string_id = IDS_APP_DELETE_KEY [all...] |
/external/chromium_org/ash/system/ |
tray_caps_lock.cc | 155 const int string_id = search_mapped_to_caps_lock_ ? local 158 views::Label* label = new views::Label(bundle.GetLocalizedString(string_id));
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
media_galleries_handler.cc | 132 std::string string_id; local 134 if (!args->GetString(0, &string_id) || 135 !base::StringToUint64(string_id, &id)) {
|
/art/runtime/ |
intern_table.cc | 104 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str()); local 105 if (string_id != NULL) { 106 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id);
|
class_linker_test.cc | 999 const DexFile::StringId* string_id = dex_file->FindStringId("LStaticsFromCode;"); local [all...] |
dex_file.cc | 339 const StringId* string_id = FindStringId(descriptor); local 340 if (string_id == NULL) { 343 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); 566 const DexFile::StringId* string_id = FindStringId(descriptor.c_str()); local 567 if (string_id == NULL) { 570 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
default_user_images.cc | 147 int string_id = kDefaultImageDescriptions[index]; local 148 if (string_id) 149 return l10n_util::GetStringUTF16(string_id);
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
content_setting_image_view.cc | 119 int string_id = content_setting_image_model_->explanatory_string_id(); local 120 if (string_id && !background_showing()) { 121 text_label_->SetText(l10n_util::GetStringUTF16(string_id));
|
/external/chromium/chrome/browser/ui/toolbar/ |
wrench_menu_model.cc | 245 int string_id = IDS_ENTER_FULLSCREEN_MAC; // Default to Enter. local 248 string_id = IDS_EXIT_FULLSCREEN_MAC; 249 return l10n_util::GetStringUTF16(string_id);
|
/external/chromium/chrome/browser/ui/views/ |
select_file_dialog.cc | 198 int string_id; local 201 string_id = IDS_SELECT_FOLDER_DIALOG_TITLE; 205 string_id = IDS_OPEN_FILE_DIALOG_TITLE; 208 string_id = IDS_SAVE_AS_DIALOG_TITLE; 214 title_string = UTF16ToWide(l10n_util::GetStringUTF16(string_id));
|
/external/chromium_org/ash/system/chromeos/network/ |
tray_network.cc | 242 const int string_id = wifi_enabled ? local 245 label_view_->SetText(bundle.GetLocalizedString(string_id));
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_menu_model.cc | 292 int string_id = IDS_ENTER_FULLSCREEN_MAC; // Default to Enter. local 295 string_id = IDS_EXIT_FULLSCREEN_MAC; 296 return l10n_util::GetStringUTF16(string_id); 300 int string_id = IDS_PIN_TO_START_SCREEN; 307 string_id = IDS_UNPIN_FROM_START_SCREEN; 308 return l10n_util::GetStringUTF16(string_id);
|
/external/chromium_org/chrome/installer/util/ |
google_chrome_distribution.cc | 134 int string_id = IDS_PRODUCT_NAME_BASE; local 137 string_id = IDS_OEM_MAIN_SHORTCUT_NAME_BASE; 140 string_id = IDS_APP_LIST_SHORTCUT_NAME_BASE; 146 return installer::GetLocalizedString(string_id);
|
/external/chromium_org/cloud_print/service/win/ |
cloud_print_service.cc | 83 base::string16 GetOption(int string_id, const base::string16& default, 85 base::string16 prompt_format = cloud_print::LoadLocalString(string_id); 106 HRESULT ReportError(HRESULT hr, int string_id) { 108 std::cerr << cloud_print::LoadLocalString(string_id); 114 DWORD string_id = 0; local 117 string_id = IDS_SERVICE_NOT_FOUND; 120 string_id = IDS_SERVICE_STOPPED; 123 string_id = IDS_SERVICE_RUNNING; 126 return string_id ? cloud_print::LoadLocalString(string_id) : base::string16() [all...] |
/art/runtime/mirror/ |
object_test.cc | 209 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I"); local 210 ASSERT_TRUE(string_id != NULL); 212 java_lang_dex_file_->GetIndexForStringId(*string_id));
|
/external/chromium_org/chrome/browser/download/ |
download_item_model.cc | 113 int string_id = 0; local 117 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_ACCESS_DENIED; 120 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_DISK_FULL; 123 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_PATH_TOO_LONG; 126 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_LARGE; 129 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_VIRUS; 132 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_TEMPORARY_PROBLEM; 135 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED; 138 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED; 141 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_SHORT 179 int string_id = 0; local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
component_loader.cc | 86 int string_id = it == names.end() ? names[kStoreControl] : it->second; local 87 return l10n_util::GetStringUTF8(string_id);
|
/art/compiler/ |
image_writer.cc | 223 const DexFile::StringId* string_id = dex_file.FindStringId(utf16_string); local 224 if (string_id != NULL) { 226 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id);
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_preferences.cc | 97 std::string string_id; local 98 if (!dict.GetString(kMediaGalleriesPrefIdKey, &string_id) || 99 !base::StringToUint64(string_id, value)) { 237 std::string string_id; local 238 if (dict->GetString(kMediaGalleryIdKey, &string_id) && 239 base::StringToUint64(string_id, &out_permission->pref_id) && [all...] |