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

/external/chromium_org/chrome/browser/ui/views/
H A Dsigned_certificate_timestamp_info_view.cc196 const int three_column_layout_id = 0; local
197 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id);
218 AddLabelRow(three_column_layout_id,
223 three_column_layout_id, layout, IDS_SCT_ORIGIN, origin_value_field_);
225 three_column_layout_id, layout, IDS_SCT_VERSION, version_value_field_);
226 AddLabelRow(three_column_layout_id,
231 three_column_layout_id, layout, IDS_SCT_LOGID, log_id_value_field_);
232 AddLabelRow(three_column_layout_id,
236 AddLabelRow(three_column_layout_id,
240 AddLabelRow(three_column_layout_id,
[all...]
H A Dcookie_info_view.cc164 int three_column_layout_id = 0; local
165 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id);
174 AddLabelRow(three_column_layout_id, layout, name_label_, name_value_field_);
175 AddLabelRow(three_column_layout_id, layout, content_label_,
177 AddLabelRow(three_column_layout_id, layout, domain_label_,
179 AddLabelRow(three_column_layout_id, layout, path_label_, path_value_field_);
180 AddLabelRow(three_column_layout_id, layout, send_for_label_,
182 AddLabelRow(three_column_layout_id, layout, created_label_,
184 AddLabelRow(three_column_layout_id, layout, expires_label_,

Completed in 137 milliseconds