HomeSort by relevance Sort by last modified time
    Searched defs:string_id (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsUsageArrayHelper.cpp 53 int string_id; member in struct:mozilla_security_manager::__anon9517
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::__anon9516
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 47 int string_id = IDS_RESTORE_TAB; local
52 string_id = IDS_RESTORE_WINDOW;
54 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);
56 int string_id = 0; local
76 int string_id = 0; local
96 int string_id = 0; local
193 int string_id = 0; local
230 int string_id = 0; local
261 int string_id = 0; local
285 int string_id = 0; local
309 int string_id = 0; local
344 int string_id = 0; local
393 int string_id = 0; local
    [all...]
  /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 150 const int string_id = search_mapped_to_caps_lock_ ? local
153 views::Label* label = new views::Label(bundle.GetLocalizedString(string_id));
  /external/chromium_org/chrome/browser/ui/webui/options/
media_galleries_handler.cc 133 std::string string_id; local
135 if (!args->GetString(0, &string_id) ||
136 !base::StringToUint64(string_id, &id)) {
certificate_manager_handler.cc 787 int string_id; local
794 string_id = IDS_CERT_MANAGER_BAD_PASSWORD;
797 string_id = IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_MAC;
800 string_id = IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_FILE;
803 string_id = IDS_CERT_MANAGER_PKCS12_IMPORT_UNSUPPORTED;
806 string_id = IDS_CERT_MANAGER_UNKNOWN_ERROR;
811 l10n_util::GetStringUTF8(string_id));
    [all...]
  /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...]
dex_file.h 409 uint32_t GetIndexForStringId(const StringId& string_id) const {
410 CHECK_GE(&string_id, string_ids_) << GetLocation();
411 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
412 return &string_id - string_ids_;
415 int32_t GetStringLength(const StringId& string_id) const;
417 // Returns a pointer to the UTF-8 string data referred to by the given string_id.
418 const char* GetStringDataAndLength(const StringId& string_id, uint32_t* length) const;
420 const char* GetStringData(const StringId& string_id) const {
422 return GetStringDataAndLength(string_id, &length);
425 // return the UTF-8 encoded string with the specified string_id inde
431 const StringId& string_id = GetStringId(idx); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
default_user_images.cc 146 int string_id = kDefaultImageDescriptions[index]; local
147 if (string_id)
148 return l10n_util::GetStringUTF16(string_id);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 124 int string_id = content_setting_image_model_->explanatory_string_id(); local
125 if (string_id && !background_showing()) {
126 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/chrome/browser/download/
download_item_model.cc 98 int string_id = 0; local
102 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_ACCESS_DENIED;
105 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_DISK_FULL;
108 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_PATH_TOO_LONG;
111 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_LARGE;
114 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_VIRUS;
117 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_TEMPORARY_PROBLEM;
120 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED;
123 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED;
126 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_SHORT
164 int string_id = 0; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 85 int string_id = it == names.end() ? names[kStoreControl] : it->second; local
86 return l10n_util::GetStringUTF8(string_id);
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 290 int string_id = IDS_ENTER_FULLSCREEN_MAC; // Default to Enter. local
293 string_id = IDS_EXIT_FULLSCREEN_MAC;
294 return l10n_util::GetStringUTF16(string_id);
298 int string_id = IDS_PIN_TO_START_SCREEN;
305 string_id = IDS_UNPIN_FROM_START_SCREEN;
306 return l10n_util::GetStringUTF16(string_id);
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 79 string16 GetOption(int string_id, const string16& default,
81 string16 prompt_format = cloud_print::LoadLocalString(string_id) ;
102 HRESULT ReportError(HRESULT hr, int string_id) {
104 std::cerr << cloud_print::LoadLocalString(string_id);
110 DWORD string_id = 0; local
113 string_id = IDS_SERVICE_NOT_FOUND;
116 string_id = IDS_SERVICE_STOPPED;
119 string_id = IDS_SERVICE_RUNNING;
122 return string_id ? cloud_print::LoadLocalString(string_id) : 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/ash/system/chromeos/network/
tray_network.cc 284 const int string_id = wifi_enabled ? local
287 label_view_->SetText(bundle.GetLocalizedString(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 73 std::string string_id; local
74 if (!dict.GetString(kMediaGalleriesPrefIdKey, &string_id) ||
75 !base::StringToUint64(string_id, value)) {
213 std::string string_id; local
214 if (dict->GetString(kMediaGalleryIdKey, &string_id) &&
215 base::StringToUint64(string_id, &out_permission->pref_id) &&
    [all...]
  /art/compiler/driver/
compiler_driver.cc 1032 const DexFile::StringId* string_id = local
    [all...]

Completed in 1750 milliseconds

1 2