Home
last modified time | relevance | path

Searched refs:CreateOptionsView (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.h134 views::View* CreateOptionsView(bool enable_lock);
Dprofile_chooser_view.cc825 option_buttons_view = CreateOptionsView(item.signed_in); in CreateProfileChooserView()
859 option_buttons_view = CreateOptionsView(false); in CreateProfileChooserView()
1179 views::View* ProfileChooserView::CreateOptionsView(bool enable_lock) { in CreateOptionsView() function in ProfileChooserView