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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 73 virtual bool ShouldShowDetailArea() const = 0;
mock_autofill_dialog_view_delegate.h 35 MOCK_CONST_METHOD0(ShouldShowDetailArea, bool());
autofill_dialog_controller_browsertest.cc 531 EXPECT_TRUE(controller()->ShouldShowDetailArea());
536 EXPECT_FALSE(controller()->ShouldShowDetailArea());
550 EXPECT_TRUE(controller()->ShouldShowDetailArea());
555 EXPECT_TRUE(controller()->ShouldShowDetailArea());
    [all...]
autofill_dialog_controller_impl.h 124 virtual bool ShouldShowDetailArea() const OVERRIDE;