/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(), 94 scoped_ptr<CreditCard> new_card, 96 DCHECK(new_card); 99 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 | 286 // Shows a new credit card saved bubble and passes ownership of |new_card| and 289 scoped_ptr<CreditCard> new_card, [all...] |
autofill_dialog_controller_impl.cc | [all...] |
autofill_dialog_controller_unittest.cc | 321 scoped_ptr<CreditCard> new_card, 323 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 {
|