HomeSort by relevance Sort by last modified time
    Searched refs: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 40 scoped_ptr<CreditCard> new_card,
43 new_card.Pass(),
90 scoped_ptr<CreditCard> new_card,
92 DCHECK(new_card);
95 new_card_ = new_card.Pass();
new_credit_card_bubble_controller.h 63 // This bubble points to the settings menu. Ownership of |new_card|
66 scoped_ptr<CreditCard> new_card,
102 virtual void SetupAndShow(scoped_ptr<CreditCard> new_card,
autofill_dialog_controller_impl.h 293 // Shows a new credit card saved bubble and passes ownership of |new_card| and
296 scoped_ptr<CreditCard> new_card,
    [all...]
autofill_dialog_controller_impl.cc     [all...]
autofill_dialog_controller_unittest.cc 361 scoped_ptr<CreditCard> new_card,
363 mock_new_card_bubble_controller_->Show(new_card.Pass(),
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 64 void operator()(byte* card, byte expected_card, byte new_card) const {

Completed in 444 milliseconds