Searched refs:labels_column_set_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_view.cc51 const int labels_column_set_id = 1; local
52 column_set = layout->AddColumnSet(labels_column_set_id);
66 layout->StartRow(0, labels_column_set_id);
72 layout->StartRow(0, labels_column_set_id);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc306 const int labels_column_set_id = 0; local
310 views::ColumnSet* column_set = layout->AddColumnSet(labels_column_set_id);
332 layout->StartRow(0, labels_column_set_id);
350 layout->StartRow(0, labels_column_set_id);

Completed in 249 milliseconds