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

  /external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.h 131 views::View* CreateOptionsView(bool is_guest_view);
profile_chooser_view.cc 460 bool is_guest_view = true; local
472 is_guest_view = false;
499 views::View* option_buttons_view = CreateOptionsView(is_guest_view);
741 views::View* ProfileChooserView::CreateOptionsView(bool is_guest_view) {
752 if (is_guest_view) {

Completed in 420 milliseconds