HomeSort by relevance Sort by last modified time
    Searched refs:GetProductName (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/device/usb/
usb_ids_unittest.cc 24 TEST(UsbIdsTest, GetProductName) {
25 EXPECT_EQ(NULL, UsbIds::GetProductName(0, 0));
26 EXPECT_EQ(NULL, UsbIds::GetProductName(kGoogleVendorId, 0));
27 EXPECT_EQ(std::string("Nexus S"), UsbIds::GetProductName(kGoogleVendorId,
usb_ids.h 38 static const char* GetProductName(uint16_t vendor_id, uint16_t product_id);
usb_ids.cc 45 const char* UsbIds::GetProductName(uint16_t vendor_id, uint16_t product_id) {
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.h 36 virtual base::string16 GetProductName() OVERRIDE;
language_options_handler_common.h 62 virtual base::string16 GetProductName() = 0;
language_options_handler.cc 117 base::string16 LanguageOptionsHandler::GetProductName() {
  /external/chromium_org/rlz/lib/
lib_values.h 95 const char* GetProductName(Product product);
lib_values.cc 190 const char* GetProductName(Product product) {
204 ASSERT_STRING("GetProductName: Unknown Product");
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.h 54 virtual base::string16 GetProductName() OVERRIDE;
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 66 virtual base::string16 GetProductName() const OVERRIDE;
shell_delegate_impl.cc 263 base::string16 ShellDelegateImpl::GetProductName() const {
  /external/chromium_org/ash/
shell_delegate.h 152 virtual base::string16 GetProductName() const = 0;
  /external/chromium_org/ash/test/
test_shell_delegate.h 64 virtual base::string16 GetProductName() const OVERRIDE;
test_shell_delegate.cc 194 base::string16 TestShellDelegate::GetProductName() const {
  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.h 29 virtual const std::string GetProductName() OVERRIDE;
  /external/chromium_org/extensions/common/
extensions_client.h 49 virtual const std::string GetProductName() = 0;
  /external/chromium_org/extensions/common/permissions/
usb_device_permission.cc 45 device::UsbIds::GetProductName(i->vendor_id(), i->product_id());
  /external/chromium_org/extensions/shell/common/
shell_extensions_client.h 25 virtual const std::string GetProductName() OVERRIDE;
shell_extensions_client.cc 99 const std::string ShellExtensionsClient::GetProductName() {
  /external/chromium_org/extensions/test/
test_extensions_client.h 22 virtual const std::string GetProductName() OVERRIDE;
test_extensions_client.cc 59 const std::string TestExtensionsClient::GetProductName() {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h 80 virtual base::string16 GetProductName() const OVERRIDE;
chrome_shell_delegate.cc 139 base::string16 ChromeShellDelegate::GetProductName() const {
  /external/chromium_org/extensions/browser/
warning_set.cc 70 message_parameters.push_back(ExtensionsClient::Get()->GetProductName());
152 message_parameters.push_back(ExtensionsClient::Get()->GetProductName());
  /external/chromium_org/extensions/browser/api/usb_private/
usb_private_api.cc 116 name = device::UsbIds::GetProductName(device_info.vendor_id,

Completed in 2125 milliseconds

1 2