OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contents_layout
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
network_selection_view.cc
172
views::GridLayout*
contents_layout
) {
176
contents_layout
->AddPaddingRow(1, kPadding);
177
contents_layout
->StartRow(0, THROBBER_ROW);
178
contents_layout
->AddView(connecting_network_label_);
179
contents_layout
->AddView(throbber_);
180
contents_layout
->AddPaddingRow(1, kPadding);
182
contents_layout
->AddPaddingRow(1, kPadding);
183
contents_layout
->StartRow(0, STANDARD_ROW);
184
contents_layout
->AddView(select_language_label_);
185
contents_layout
->AddView(languages_menubutton_, 1, 1
256
views::GridLayout*
contents_layout
= new views::GridLayout(contents_view_);
local
[
all
...]
network_selection_view.h
91
void AddControlsToLayout(views::GridLayout*
contents_layout
);
Completed in 508 milliseconds