HomeSort by relevance Sort by last modified time
    Searched full:new_card (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
mock_new_credit_card_bubble_controller.cc 19 scoped_ptr<CreditCard> new_card,
21 CHECK(new_card);
24 new_card_ = new_card.Pass();
mock_new_credit_card_bubble_controller.h 22 void Show(scoped_ptr<CreditCard> new_card,
25 const CreditCard* new_card() const { return new_card_.get(); } function in class:autofill::MockNewCreditCardBubbleController
new_credit_card_bubble_controller.cc 47 scoped_ptr<CreditCard> new_card,
50 new_card.Pass(),
99 scoped_ptr<CreditCard> new_card,
101 DCHECK(new_card);
104 new_card_ = new_card.Pass();
new_credit_card_bubble_controller.h 59 // This bubble points to the settings menu. Ownership of |new_card|
62 scoped_ptr<CreditCard> new_card,
95 virtual void SetupAndShow(scoped_ptr<CreditCard> new_card,
autofill_dialog_controller_impl.h 290 // Shows a new credit card saved bubble and passes ownership of |new_card| and
293 scoped_ptr<CreditCard> new_card,
autofill_dialog_controller_impl.cc     [all...]
autofill_dialog_controller_unittest.cc 273 scoped_ptr<CreditCard> new_card,
275 mock_new_card_bubble_controller_->Show(new_card.Pass(),
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 61 void operator()(byte* card, byte expected_card, byte new_card) const {

Completed in 538 milliseconds