Searched refs:three_column_layout_id (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/ui/views/ |
D | cookie_info_view.cc | 224 int three_column_layout_id = 0; in Init() local 225 ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); in Init() 234 AddLabelRow(three_column_layout_id, layout, name_label_, name_value_field_); in Init() 235 AddLabelRow(three_column_layout_id, layout, content_label_, in Init() 237 AddLabelRow(three_column_layout_id, layout, domain_label_, in Init() 239 AddLabelRow(three_column_layout_id, layout, path_label_, path_value_field_); in Init() 240 AddLabelRow(three_column_layout_id, layout, send_for_label_, in Init() 242 AddLabelRow(three_column_layout_id, layout, created_label_, in Init() 246 AddControlRow(three_column_layout_id, layout, expires_label_, in Init() 249 AddLabelRow(three_column_layout_id, layout, expires_label_, in Init()
|
D | database_info_view.cc | 110 int three_column_layout_id = 0; in Init() local 111 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); in Init() 118 layout->StartRow(0, three_column_layout_id); in Init() 121 layout->StartRow(0, three_column_layout_id); in Init() 125 layout->StartRow(0, three_column_layout_id); in Init() 129 layout->StartRow(0, three_column_layout_id); in Init()
|
D | local_storage_set_item_info_view.cc | 96 int three_column_layout_id = 0; in Init() local 97 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); in Init() 104 layout->StartRow(0, three_column_layout_id); in Init() 108 layout->StartRow(0, three_column_layout_id); in Init() 112 layout->StartRow(0, three_column_layout_id); in Init()
|
D | local_storage_info_view.cc | 101 int three_column_layout_id = 0; in Init() local 102 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); in Init() 109 layout->StartRow(0, three_column_layout_id); in Init() 113 layout->StartRow(0, three_column_layout_id); in Init() 117 layout->StartRow(0, three_column_layout_id); in Init()
|
D | indexed_db_info_view.cc | 100 int three_column_layout_id = 0; in Init() local 101 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id); in Init() 108 layout->StartRow(0, three_column_layout_id); in Init() 112 layout->StartRow(0, three_column_layout_id); in Init() 116 layout->StartRow(0, three_column_layout_id); in Init()
|