IsShowingSection 1413 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_TRUE(view->IsShowingSection(SECTION_CC));
IsShowingSection 1414 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_TRUE(view->IsShowingSection(SECTION_BILLING));
IsShowingSection 1415 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_FALSE(view->IsShowingSection(SECTION_CC_BILLING));
IsShowingSection 1423 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_FALSE(view->IsShowingSection(SECTION_CC));
IsShowingSection 1424 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_FALSE(view->IsShowingSection(SECTION_BILLING));
IsShowingSection 1425 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_TRUE(view->IsShowingSection(SECTION_CC_BILLING));
IsShowingSection 1431 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_TRUE(view->IsShowingSection(SECTION_CC));
IsShowingSection 1432 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_TRUE(view->IsShowingSection(SECTION_BILLING));
IsShowingSection 1433 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   EXPECT_FALSE(view->IsShowingSection(SECTION_CC_BILLING));
IsShowingSection   60 chrome/browser/ui/autofill/autofill_dialog_view_tester.h   virtual bool IsShowingSection(DialogSection section) const = 0;
IsShowingSection   35 chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.h   virtual bool IsShowingSection(DialogSection section) const OVERRIDE;
IsShowingSection   33 chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h   virtual bool IsShowingSection(DialogSection section) const OVERRIDE;