HomeSort by relevance Sort by last modified time
    Searched defs:product_name (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/
first_run_private_api.cc 32 base::string16 product_name = local
37 product_name));
41 product_name));
  /external/chromium_org/chrome/browser/ui/views/
update_recommended_message_box.cc 40 const base::string16 product_name = l10n_util::GetStringUTF16(kProductNameID); local
42 l10n_util::GetStringFUTF16(IDS_UPDATE_RECOMMENDED, product_name));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_ui.cc 44 base::string16 product_name = local
48 product_name));
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.cc 107 base::string16 product_name = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
145 product_name));
  /external/chromium_org/device/hid/
hid_device_info.h 32 std::string product_name; member in struct:device::HidDeviceInfo
  /external/chromium_org/device/serial/
serial_device_enumerator_linux.cc 83 const char* product_name = local
95 if (product_name)
96 info->display_name = product_name;
  /system/core/toolbox/
lsusb.c 170 char *mfg_name, *product_name, *serial; local
175 product_name = usb_device_get_product_name(dev);
179 mfg_name, product_name, serial);
182 free(product_name);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_private_apitest.cc 26 const char* product_name; member in struct:__anon7762::TestDiskInfo
214 kTestDisks[disk_info_index].product_name,
  /external/chromium_org/chrome/browser/
memory_details.h 55 base::string16 product_name; member in struct:ProcessMemoryInformation
enumerate_modules_model_win.h 85 base::string16 product_name; member in struct:ModuleEnumerator::Module
  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_win.cc 158 base::string16 product_name = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
205 cui.pszCaptionText = product_name.c_str();
217 product_name.c_str(),
  /external/chromium_org/components/storage_monitor/
media_transfer_protocol_device_observer_linux.cc 74 const std::string& product_name = storage_info.product(); local
75 if (!product_name.empty()) {
78 device_label += product_name;
98 // |vendor_name|, and |product_name|.
105 base::string16* product_name) {
117 *product_name = base::UTF8ToUTF16(storage_info->product());
201 base::string16 product_name; local
204 &vendor_name, &product_name);
216 vendor_name, product_name, 0);
  /external/chromium_org/ui/display/util/
edid_parser.cc 37 std::string product_name; local
39 // ParseOutputDeviceData fails if it doesn't have product_name.
40 ParseOutputDeviceData(edid, &manufacturer_id, &product_name);
42 // Generates product specific value from product_name instead of product code.
44 uint32_t product_code_hash = product_name.empty() ?
45 0 : base::Hash(product_name);
  /external/chromium_org/base/
file_version_info_win.cc 96 base::string16 FileVersionInfoWin::product_name() { function in class:FileVersionInfoWin
  /external/chromium_org/chrome/browser/ui/webui/help/
help_handler.cc 238 base::string16 product_name = l10n_util::GetStringUTF16(IDS_PRODUCT_OS_NAME); local
243 product_name));
248 product_name));
  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 34 const char* product_name; member in struct:__anon10774::TestDiskInfo
67 "/device/product_name",
165 disk.product_name,
disk_mount_manager.h 63 const std::string& product_name,
109 const std::string& product_name() const { return product_name_; } function in class:chromeos::disks::DiskMountManager::Disk
  /external/chromium_org/rlz/win/lib/
rlz_value_store_registry.cc 91 std::string product_name = GetProductName(*product); local
92 if (product_name.empty())
95 base::StringAppendF(&key_location, "\\%s", product_name.c_str());
115 std::wstring product_name = GetWideProductName(product); local
116 if (product_name.empty())
121 reg_key.DeleteKey(product_name.c_str());
125 reg_key.Handle(), product_name.c_str(), KEY_READ);
172 std::wstring product_name = GetWideProductName(product); local
174 key.WriteValue(product_name.c_str(), &time, sizeof(time),
180 std::wstring product_name = GetWideProductName(product) local
189 std::wstring product_name = GetWideProductName(product); local
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 240 base::string16 product_name = l10n_util::GetStringUTF16( local
274 product_name,
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 147 const std::string& product_name() const { return product_name_; } function in class:chromeos::DiskInfo
  /external/chromium_org/components/crash/app/
breakpad_linux.cc 1317 std::string product_name; local
    [all...]

Completed in 310 milliseconds