OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIsActive
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc
48
ON_CALL(*this,
SectionIsActive
(_)).WillByDefault(Return(true));
49
ON_CALL(*this,
SectionIsActive
(SECTION_CC_BILLING))
autofill_dialog_view_delegate.h
98
virtual bool
SectionIsActive
(DialogSection section) const = 0;
autofill_dialog_controller_browsertest.cc
819
EXPECT_TRUE(controller()->
SectionIsActive
(SECTION_CC));
820
EXPECT_TRUE(controller()->
SectionIsActive
(SECTION_BILLING));
821
EXPECT_FALSE(controller()->
SectionIsActive
(SECTION_CC_BILLING));
822
EXPECT_TRUE(controller()->
SectionIsActive
(SECTION_SHIPPING));
[
all
...]
mock_autofill_dialog_view_delegate.h
39
MOCK_CONST_METHOD1(
SectionIsActive
, bool(DialogSection));
autofill_dialog_controller_unittest.cc
[
all
...]
autofill_dialog_controller_impl.h
131
virtual bool
SectionIsActive
(DialogSection section) const OVERRIDE;
autofill_dialog_controller_impl.cc
827
bool AutofillDialogControllerImpl::
SectionIsActive
(DialogSection section)
[
all
...]
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc
[
all
...]
Completed in 360 milliseconds