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/browser/ui/apps/
apps_metro_handler_win.cc 25 int string_id = 0; local
28 string_id = IDS_WIN8_PROMPT_TO_CLOSE_APPS_FOR_METRO;
31 string_id = IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS;
34 string_id = IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP;
40 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::__anon10621
68 usage_string_map[i].string_id));
nsNSSCertHelper.cpp 187 int string_id; local
191 string_id = IDS_CERT_OID_AVA_COMMON_NAME;
194 string_id = IDS_CERT_OID_AVA_STATE_OR_PROVINCE;
197 string_id = IDS_CERT_OID_AVA_ORGANIZATION_NAME;
200 string_id = IDS_CERT_OID_AVA_ORGANIZATIONAL_UNIT_NAME;
203 string_id = IDS_CERT_OID_AVA_DN_QUALIFIER;
206 string_id = IDS_CERT_OID_AVA_COUNTRY_NAME;
209 string_id = IDS_CERT_OID_AVA_SERIAL_NUMBER;
212 string_id = IDS_CERT_OID_AVA_LOCALITY;
215 string_id = IDS_CERT_OID_AVA_DC
774 int string_id; member in struct:mozilla_security_manager::__anon10620
890 int string_id; member in struct:mozilla_security_manager::MaskIdPair
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc 73 int string_id = IDS_RESTORE_TAB; local
80 string_id = IDS_RESTORE_WINDOW;
82 return l10n_util::GetStringUTF16(string_id);
  /external/chromium_org/extensions/common/permissions/
settings_override_permission.cc 26 int string_id = -1; local
29 string_id = IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE;
33 string_id = IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE;
37 string_id = IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE;
47 string_id, base::UTF8ToUTF16(setting_value_))));
  /external/chromium_org/ui/base/accelerators/
accelerator.cc 109 int string_id = 0; local
112 string_id = IDS_APP_TAB_KEY;
115 string_id = IDS_APP_ENTER_KEY;
118 string_id = IDS_APP_ESC_KEY;
121 string_id = IDS_APP_PAGEUP_KEY;
124 string_id = IDS_APP_PAGEDOWN_KEY;
127 string_id = IDS_APP_END_KEY;
130 string_id = IDS_APP_HOME_KEY;
133 string_id = IDS_APP_INSERT_KEY;
136 string_id = IDS_APP_DELETE_KEY
    [all...]
  /external/chromium_org/components/user_manager/user_image/
default_user_images.cc 119 int string_id = kDefaultImageDescriptions[index]; local
120 if (string_id)
121 return l10n_util::GetStringUTF16(string_id);
  /art/compiler/driver/
compiler_driver-inl.h 137 const DexFile::StringId* string_id = local
140 if (string_id != nullptr) {
142 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
  /external/chromium_org/ash/system/chromeos/
tray_caps_lock.cc 200 const int string_id = Shell::GetInstance()->system_tray_delegate()-> local
204 views::Label* label = new views::Label(bundle.GetLocalizedString(string_id));
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_model.cc 77 int string_id = -1; local
83 string_id = IDS_EXTENSIONS_HIDE_BUTTON;
90 string_id =
93 return string_id;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 117 int string_id = content_setting_image_model_->explanatory_string_id(); local
118 if (string_id && !background_showing()) {
119 text_label_->SetText(l10n_util::GetStringUTF16(string_id));
  /art/runtime/
intern_table.cc 192 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str()); local
193 if (string_id != nullptr) {
194 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id);
class_linker_test.cc 995 const DexFile::StringId* string_id = dex_file->FindStringId("LStaticsFromCode;"); local
    [all...]
dex_file.cc 436 const StringId* string_id = FindStringId(descriptor); local
437 if (string_id != nullptr) {
438 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
678 const DexFile::StringId* string_id = FindStringId(descriptor.c_str()); local
679 if (string_id == NULL) {
682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 245 const int string_id = wifi_enabled ? local
248 label_view_->SetText(bundle.GetLocalizedString(string_id));
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 327 int string_id = IDS_ENTER_FULLSCREEN_MAC; // Default to Enter. local
330 string_id = IDS_EXIT_FULLSCREEN_MAC;
331 return l10n_util::GetStringUTF16(string_id);
335 int string_id = IDS_PIN_TO_START_SCREEN;
342 string_id = IDS_UNPIN_FROM_START_SCREEN;
343 return l10n_util::GetStringUTF16(string_id);
  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 137 int string_id = IDS_PRODUCT_NAME_BASE; local
140 string_id = IDS_OEM_MAIN_SHORTCUT_NAME_BASE;
143 string_id = IDS_APP_LIST_SHORTCUT_NAME_BASE;
149 return installer::GetLocalizedString(string_id);
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 83 base::string16 GetOption(int string_id,
86 base::string16 prompt_format = cloud_print::LoadLocalString(string_id);
107 HRESULT ReportError(HRESULT hr, int string_id) {
109 std::cerr << cloud_print::LoadLocalString(string_id);
115 DWORD string_id = 0; local
118 string_id = IDS_SERVICE_NOT_FOUND;
121 string_id = IDS_SERVICE_STOPPED;
124 string_id = IDS_SERVICE_RUNNING;
127 return string_id ? cloud_print::LoadLocalString(string_id) : base::string16()
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 582 const DexFile::StringId* string_id = dex_file->FindStringId(kClassCacheNames[index]); local
583 if (string_id == nullptr) {
587 uint32_t string_index = dex_file->GetIndexForStringId(*string_id);
605 const DexFile::StringId* string_id = dex_file->FindStringId(kNameCacheNames[index]); local
606 if (string_id == nullptr) {
610 *name_index = dex_file->GetIndexForStringId(*string_id);
    [all...]
  /art/runtime/mirror/
object_test.cc 275 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I"); local
276 ASSERT_TRUE(string_id != NULL);
278 java_lang_dex_file_->GetIndexForStringId(*string_id));
  /external/chromium_org/chrome/browser/download/
download_item_model.cc 102 int string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS; local
106 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_ACCESS_DENIED;
109 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_DISK_FULL;
112 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_PATH_TOO_LONG;
115 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_LARGE;
118 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_VIRUS;
121 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_TEMPORARY_PROBLEM;
124 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED;
127 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED;
130 string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_SHORT
179 int string_id = IDS_DOWNLOAD_INTERRUPTED_STATUS; local
    [all...]
  /art/compiler/
image_writer.cc 614 const DexFile::StringId* string_id; local
616 string_id = dex_file.FindStringId("");
618 string_id = dex_file.FindStringId(utf16_string);
620 if (string_id != nullptr) {
622 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id);
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 116 std::string string_id; local
117 if (!dict.GetString(kMediaGalleriesPrefIdKey, &string_id) ||
118 !base::StringToUint64(string_id, value)) {
346 std::string string_id; local
347 if (dict->GetString(kMediaGalleryIdKey, &string_id) &&
348 base::StringToUint64(string_id, &out_permission->pref_id) &&
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 785 int string_id; local
792 string_id = IDS_CERT_MANAGER_BAD_PASSWORD;
795 string_id = IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_MAC;
798 string_id = IDS_CERT_MANAGER_PKCS12_IMPORT_INVALID_FILE;
801 string_id = IDS_CERT_MANAGER_PKCS12_IMPORT_UNSUPPORTED;
804 string_id = IDS_CERT_MANAGER_UNKNOWN_ERROR;
809 l10n_util::GetStringUTF8(string_id));
    [all...]
  /external/chromium_org/chrome/common/net/
x509_certificate_model_openssl.cc 209 int string_id; local
213 string_id = IDS_CERT_OID_AVA_COMMON_NAME;
216 string_id = IDS_CERT_OID_AVA_STATE_OR_PROVINCE;
219 string_id = IDS_CERT_OID_AVA_ORGANIZATION_NAME;
222 string_id = IDS_CERT_OID_AVA_ORGANIZATIONAL_UNIT_NAME;
225 string_id = IDS_CERT_OID_AVA_DN_QUALIFIER;
228 string_id = IDS_CERT_OID_AVA_COUNTRY_NAME;
231 string_id = IDS_CERT_OID_AVA_SERIAL_NUMBER;
234 string_id = IDS_CERT_OID_AVA_LOCALITY;
237 string_id = IDS_CERT_OID_AVA_DC
434 int string_id; member in struct:x509_certificate_model::__anon10315::MaskIdPair
    [all...]

Completed in 1220 milliseconds

1 2