Home
last modified time | relevance | path

Searched refs:GetProductName (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/device/usb/
Dusb_ids_unittest.cc24 TEST(UsbIdsTest, GetProductName) { in TEST() argument
25 EXPECT_EQ(NULL, UsbIds::GetProductName(0, 0)); in TEST()
26 EXPECT_EQ(NULL, UsbIds::GetProductName(kGoogleVendorId, 0)); in TEST()
27 EXPECT_EQ(std::string("Nexus S"), UsbIds::GetProductName(kGoogleVendorId, in TEST()
Dusb_ids.h38 static const char* GetProductName(uint16_t vendor_id, uint16_t product_id);
Dusb_ids.cc45 const char* UsbIds::GetProductName(uint16_t vendor_id, uint16_t product_id) { in GetProductName() function in device::UsbIds
/external/chromium/chrome/browser/ui/webui/options/
Dlanguage_options_handler.h34 virtual string16 GetProductName();
Dlanguage_options_handler_common.h47 virtual string16 GetProductName() = 0;
Dlanguage_options_handler.cc99 string16 LanguageOptionsHandler::GetProductName() { in GetProductName() function in LanguageOptionsHandler
Dlanguage_options_handler_common.cc36 string16 product_name = GetProductName(); in GetLocalizedValues()
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_options_handler.h36 virtual base::string16 GetProductName() OVERRIDE;
Dlanguage_options_handler_common.h62 virtual base::string16 GetProductName() = 0;
Dlanguage_options_handler.cc117 base::string16 LanguageOptionsHandler::GetProductName() { in GetProductName() function in options::LanguageOptionsHandler
/external/chromium_org/rlz/lib/
Dlib_values.h95 const char* GetProductName(Product product);
Dlib_values.cc190 const char* GetProductName(Product product) { in GetProductName() function
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dcros_language_options_handler.h48 virtual string16 GetProductName();
Dcros_language_options_handler.cc184 string16 CrosLanguageOptionsHandler::GetProductName() { in GetProductName() function in chromeos::CrosLanguageOptionsHandler
/external/chromium_org/chrome/common/extensions/permissions/
Dusb_device_permission.cc45 device::UsbIds::GetProductName(i->vendor_id(), i->product_id()); in GetMessages()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dcros_language_options_handler.h68 virtual base::string16 GetProductName() OVERRIDE;
/external/chromium_org/ash/test/
Dtest_shell_delegate.h55 virtual base::string16 GetProductName() const OVERRIDE;
Dtest_shell_delegate.cc150 base::string16 TestShellDelegate::GetProductName() const { in GetProductName() function in ash::test::TestShellDelegate
/external/chromium_org/ash/
Dshell_delegate.h136 virtual base::string16 GetProductName() const = 0;
/external/chromium_org/ash/shell/
Dshell_delegate_impl.h60 virtual base::string16 GetProductName() const OVERRIDE;
Dshell_delegate_impl.cc169 base::string16 ShellDelegateImpl::GetProductName() const { in GetProductName() function in ash::shell::ShellDelegateImpl
/external/chromium_org/chrome/browser/ui/ash/
Dchrome_shell_delegate.cc144 base::string16 ChromeShellDelegate::GetProductName() const { in GetProductName() function in ChromeShellDelegate
Dchrome_shell_delegate.h62 virtual base::string16 GetProductName() const OVERRIDE;
/external/chromium_org/rlz/win/lib/
Drlz_value_store_registry.cc48 return ASCIIToWide(GetProductName(product)); in GetWideProductName()
89 std::string product_name = GetProductName(*product); in GetEventsRegKey()
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcode_emulation.py126 def GetProductName(self): member in XcodeSettings
141 return self.GetProductName() + self.GetWrapperExtension()
563 '$(PRODUCT_NAME)', self.GetProductName())
1214 'PRODUCT_NAME' : xcode_settings.GetProductName(),

12