HomeSort by relevance Sort by last modified time
    Searched defs:NewCreditCardBubbleController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
new_credit_card_bubble_controller.cc 33 NewCreditCardBubbleController::~NewCreditCardBubbleController() {
38 void NewCreditCardBubbleController::Show(
42 (new NewCreditCardBubbleController(web_contents))->SetupAndShow(
47 const base::string16& NewCreditCardBubbleController::TitleText() const {
51 const CreditCardDescription& NewCreditCardBubbleController::CardDescription()
56 const base::string16& NewCreditCardBubbleController::LinkText() const {
60 void NewCreditCardBubbleController::OnBubbleDestroyed() {
64 void NewCreditCardBubbleController::OnLinkClicked() {
73 NewCreditCardBubbleController::NewCreditCardBubbleController
    [all...]
new_credit_card_bubble_controller.h 42 // NewCreditCardBubbleController
58 class NewCreditCardBubbleController {
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 404 milliseconds