HomeSort by relevance Sort by last modified time
    Searched refs:display_type (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 264 base::string16 display_type; local
267 display_type = CreditCard::TypeForDisplay(kAmericanExpressCard);
269 display_type = CreditCard::TypeForDisplay(kDiscoverCard);
271 display_type = CreditCard::TypeForDisplay(kMasterCard);
273 display_type = CreditCard::TypeForDisplay(kVisaCard);
275 display_type = CreditCard::TypeForDisplay(kGenericCard);
278 return display_type + ASCIIToUTF16(" - ") + last_four_digits();
  /external/qemu/
vl-android.c 265 DisplayType display_type = DT_DEFAULT; variable
    [all...]
vl.c 197 DisplayType display_type = DT_DEFAULT; variable
    [all...]
sysemu.h 106 extern DisplayType display_type;
qemu-char.c 652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
852 display_type != DT_NOGRAPHIC);
    [all...]
  /external/qemu/hw/
fw_cfg.c 280 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC));

Completed in 119 milliseconds