Searched refs:IsHiding (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_view.h31 virtual bool IsHiding() const = 0;
H A Dtest_generated_credit_card_bubble_view.cc28 bool TestGeneratedCreditCardBubbleView::IsHiding() const { function in class:autofill::TestGeneratedCreditCardBubbleView
H A Dtest_generated_credit_card_bubble_view.h34 virtual bool IsHiding() const OVERRIDE;
H A Dgenerated_credit_card_bubble_controller.h72 bool IsHiding() const;
H A Dgenerated_credit_card_bubble_controller.cc108 bool GeneratedCreditCardBubbleController::IsHiding() const { function in class:autofill::GeneratedCreditCardBubbleController
109 return bubble_ && bubble_->IsHiding();
266 if (bubble_ && !bubble_->IsHiding())
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dgenerated_credit_card_bubble_cocoa.h26 virtual bool IsHiding() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dgenerated_credit_card_bubble_views.h31 virtual bool IsHiding() const OVERRIDE;
H A Dgenerated_credit_card_bubble_views.cc48 bool GeneratedCreditCardBubbleViews::IsHiding() const { function in class:autofill::GeneratedCreditCardBubbleViews
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dgenerated_credit_card_view.cc34 return controller && !controller->IsHiding();

Completed in 131 milliseconds