Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dnetwork_selection_view.cc237 views::GridLayout* screen_layout = new views::GridLayout(entire_screen_view_); in InitLayout() local
238 entire_screen_view_->SetLayoutManager(screen_layout); in InitLayout()
240 views::ColumnSet* column_set = screen_layout->AddColumnSet(WELCOME_ROW); in InitLayout()
247 column_set = screen_layout->AddColumnSet(CONTENTS_ROW); in InitLayout()
250 screen_layout->StartRow(0, WELCOME_ROW); in InitLayout()
251 screen_layout->AddView(welcome_label_); in InitLayout()
252 screen_layout->StartRow(1, CONTENTS_ROW); in InitLayout()
253 screen_layout->AddView(contents_view_); in InitLayout()