HomeSort by relevance Sort by last modified time
    Searched refs:IsHiding (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_view.h 31 virtual bool IsHiding() const = 0;
test_generated_credit_card_bubble_view.cc 28 bool TestGeneratedCreditCardBubbleView::IsHiding() const {
test_generated_credit_card_bubble_view.h 34 virtual bool IsHiding() const OVERRIDE;
generated_credit_card_bubble_controller.h 72 bool IsHiding() const;
generated_credit_card_bubble_controller.cc 108 bool GeneratedCreditCardBubbleController::IsHiding() const {
109 return bubble_ && bubble_->IsHiding();
266 if (bubble_ && !bubble_->IsHiding())
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
generated_credit_card_bubble_cocoa.h 26 virtual bool IsHiding() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.h 31 virtual bool IsHiding() const OVERRIDE;
generated_credit_card_bubble_views.cc 48 bool GeneratedCreditCardBubbleViews::IsHiding() const {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.cc 34 return controller && !controller->IsHiding();

Completed in 152 milliseconds