Searched refs:product_name (Results 51 - 67 of 67) sorted by relevance

123

/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_unittest_win.cc72 EXPECT_STREQ(expected.product_name.c_str(), test.product_name.c_str());
H A Denumerate_modules_model_win.cc606 module->product_name = version_info_win->product_name();
885 data->SetString("product_name", module->product_name);
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc240 base::string16 product_name = l10n_util::GetStringUTF16( local
274 product_name,
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.cc456 disk_info.product_name(),
648 const std::string& product_name,
668 product_name_(product_name),
639 Disk(const std::string& device_path, const std::string& mount_path, const std::string& system_path, const std::string& file_path, const std::string& device_label, const std::string& drive_label, const std::string& vendor_id, const std::string& vendor_name, const std::string& product_id, const std::string& product_name, const std::string& fs_uuid, const std::string& system_path_prefix, DeviceType device_type, uint64 total_size_in_bytes, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device, bool on_removable_device, bool is_hidden) argument
H A Ddisk_mount_manager_unittest.cc34 const char* product_name; member in struct:__anon6149::TestDiskInfo
67 "/device/product_name",
165 disk.product_name,
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_chromeos_unittest.cc108 const std::string& product_name,
194 const std::string& product_name,
203 product_name,
188 MountDevice( chromeos::MountError error_code, const DiskMountManager::MountPointInfo& mount_info, const std::string& unique_id, const std::string& device_label, const std::string& vendor_name, const std::string& product_name, chromeos::DeviceType device_type, uint64 device_size_in_bytes) argument
H A Dstorage_monitor_chromeos.cc74 base::UTF8ToUTF16(disk->product_name()),
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h147 const std::string& product_name() const { return product_name_; } function in class:chromeos::DiskInfo
H A Dcros_disks_client_unittest.cc144 EXPECT_EQ(kProductName, result.product_name());
/external/chromium_org/device/hid/
H A Dhid_service_mac.cc138 device_info->product_name =
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dcmake.py788 product_name = spec.get('product_name', default_product_name)
798 product_name)
802 cmake_target_output_basename = product_prefix + product_name + product_ext
H A Dmsvs.py1272 product_name = spec.get('product_name', '$(ProjectName)')
1273 out_file = ntpath.join(out_dir, prefix + product_name + suffix)
2738 product_name = spec.get('product_name', '$(ProjectName)')
2739 target_name = prefix + product_name
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc219 std::string product_name = l10n_util::GetStringUTF8(IDS_PRODUCT_NAME);
221 kReadmeText, product_name.c_str(), product_name.c_str());
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc1317 std::string product_name; local
1320 GetCrashReporterClient()->GetProductNameAndVersion(&product_name, &version);
1323 writer.AddPairString("prod", product_name.c_str());
/external/chromium_org/content/common/
H A Dplugin_list_win.cc281 info->name = version_info->product_name();
/external/chromium_org/printing/backend/
H A Dwin_helper.cc374 info[2] = base::WideToUTF8(version_info->product_name());
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc819 const base::string16& product_name,
829 product_name,
817 AddVersionKeyWorkItems(HKEY root, const base::string16& version_key, const base::string16& product_name, const Version& new_version, bool add_language_identifier, WorkItemList* list) argument

Completed in 376 milliseconds

123