OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MenuModelForSection
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc
511
controller()->
MenuModelForSection
(SECTION_SHIPPING)->ActivatedAt(0);
547
ui::MenuModel* model = controller()->
MenuModelForSection
(section);
815
controller()->
MenuModelForSection
(SECTION_SHIPPING);
822
EXPECT_FALSE(controller()->
MenuModelForSection
(SECTION_CC));
823
EXPECT_FALSE(controller()->
MenuModelForSection
(SECTION_BILLING));
831
shipping_model = controller()->
MenuModelForSection
(SECTION_SHIPPING);
840
shipping_model = controller()->
MenuModelForSection
(SECTION_SHIPPING);
848
shipping_model = controller()->
MenuModelForSection
(SECTION_SHIPPING);
[
all
...]
autofill_dialog_view_delegate.h
121
virtual ui::MenuModel*
MenuModelForSection
(DialogSection section) = 0;
mock_autofill_dialog_view_delegate.h
49
MOCK_METHOD1(
MenuModelForSection
, ui::MenuModel*(DialogSection));
autofill_dialog_controller_browsertest.cc
838
ui::MenuModel* model = controller()->
MenuModelForSection
(SECTION_CC);
[
all
...]
autofill_dialog_controller_impl.h
127
virtual ui::MenuModel*
MenuModelForSection
(DialogSection section) OVERRIDE;
[
all
...]
autofill_dialog_controller_impl.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc
[
all
...]
Completed in 40 milliseconds