/external/chromium_org/device/usb/ |
D | usb_ids_unittest.cc | 24 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()
|
D | usb_ids.h | 38 static const char* GetProductName(uint16_t vendor_id, uint16_t product_id);
|
D | usb_ids.cc | 45 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/ |
D | language_options_handler.h | 34 virtual string16 GetProductName();
|
D | language_options_handler_common.h | 47 virtual string16 GetProductName() = 0;
|
D | language_options_handler.cc | 99 string16 LanguageOptionsHandler::GetProductName() { in GetProductName() function in LanguageOptionsHandler
|
D | language_options_handler_common.cc | 36 string16 product_name = GetProductName(); in GetLocalizedValues()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | language_options_handler.h | 36 virtual base::string16 GetProductName() OVERRIDE;
|
D | language_options_handler_common.h | 62 virtual base::string16 GetProductName() = 0;
|
D | language_options_handler.cc | 117 base::string16 LanguageOptionsHandler::GetProductName() { in GetProductName() function in options::LanguageOptionsHandler
|
/external/chromium_org/rlz/lib/ |
D | lib_values.h | 95 const char* GetProductName(Product product);
|
D | lib_values.cc | 190 const char* GetProductName(Product product) { in GetProductName() function
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | cros_language_options_handler.h | 48 virtual string16 GetProductName();
|
D | cros_language_options_handler.cc | 184 string16 CrosLanguageOptionsHandler::GetProductName() { in GetProductName() function in chromeos::CrosLanguageOptionsHandler
|
/external/chromium_org/chrome/common/extensions/permissions/ |
D | usb_device_permission.cc | 45 device::UsbIds::GetProductName(i->vendor_id(), i->product_id()); in GetMessages()
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | cros_language_options_handler.h | 68 virtual base::string16 GetProductName() OVERRIDE;
|
/external/chromium_org/ash/test/ |
D | test_shell_delegate.h | 55 virtual base::string16 GetProductName() const OVERRIDE;
|
D | test_shell_delegate.cc | 150 base::string16 TestShellDelegate::GetProductName() const { in GetProductName() function in ash::test::TestShellDelegate
|
/external/chromium_org/ash/ |
D | shell_delegate.h | 136 virtual base::string16 GetProductName() const = 0;
|
/external/chromium_org/ash/shell/ |
D | shell_delegate_impl.h | 60 virtual base::string16 GetProductName() const OVERRIDE;
|
D | shell_delegate_impl.cc | 169 base::string16 ShellDelegateImpl::GetProductName() const { in GetProductName() function in ash::shell::ShellDelegateImpl
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | chrome_shell_delegate.cc | 144 base::string16 ChromeShellDelegate::GetProductName() const { in GetProductName() function in ChromeShellDelegate
|
D | chrome_shell_delegate.h | 62 virtual base::string16 GetProductName() const OVERRIDE;
|
/external/chromium_org/rlz/win/lib/ |
D | rlz_value_store_registry.cc | 48 return ASCIIToWide(GetProductName(product)); in GetWideProductName() 89 std::string product_name = GetProductName(*product); in GetEventsRegKey()
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | xcode_emulation.py | 126 def GetProductName(self): member in XcodeSettings 141 return self.GetProductName() + self.GetWrapperExtension() 563 '$(PRODUCT_NAME)', self.GetProductName()) 1214 'PRODUCT_NAME' : xcode_settings.GetProductName(),
|