Searched defs:NewCreditCardBubbleController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dnew_credit_card_bubble_controller.cc32 NewCreditCardBubbleController::~NewCreditCardBubbleController() {
37 void NewCreditCardBubbleController::Show(
41 (new NewCreditCardBubbleController(web_contents))->SetupAndShow(
46 const base::string16& NewCreditCardBubbleController::TitleText() const {
50 const CreditCardDescription& NewCreditCardBubbleController::CardDescription()
55 const base::string16& NewCreditCardBubbleController::LinkText() const {
59 void NewCreditCardBubbleController::OnBubbleDestroyed() {
63 void NewCreditCardBubbleController::OnLinkClicked() {
68 NewCreditCardBubbleController function in class:autofill::NewCreditCardBubbleController
[all...]
H A Dnew_credit_card_bubble_controller.h42 // NewCreditCardBubbleController
58 class NewCreditCardBubbleController { class in namespace:autofill
60 virtual ~NewCreditCardBubbleController();
92 explicit NewCreditCardBubbleController(content::WebContents* web_contents);
138 base::WeakPtrFactory<NewCreditCardBubbleController> weak_ptr_factory_;
140 DISALLOW_COPY_AND_ASSIGN(NewCreditCardBubbleController);

Completed in 522 milliseconds