IsHiding 108 chrome/browser/ui/autofill/generated_credit_card_bubble_controller.cc return bubble_ && bubble_->IsHiding(); IsHiding 265 chrome/browser/ui/autofill/generated_credit_card_bubble_controller.cc if (bubble_ && !bubble_->IsHiding()) IsHiding 72 chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h bool IsHiding() const; IsHiding 31 chrome/browser/ui/autofill/generated_credit_card_bubble_view.h virtual bool IsHiding() const = 0; IsHiding 34 chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.h virtual bool IsHiding() const OVERRIDE; IsHiding 26 chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h virtual bool IsHiding() const OVERRIDE; IsHiding 31 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.h virtual bool IsHiding() const OVERRIDE; IsHiding 34 chrome/browser/ui/views/location_bar/generated_credit_card_view.cc return controller && !controller->IsHiding();