Searched refs:kTextColumnSetId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Doutdated_upgrade_bubble_view.cc149 const int kTextColumnSetId = 1; local
150 cs = layout->AddColumnSet(kTextColumnSetId);
169 layout->StartRow(0, kTextColumnSetId);
H A Dsession_crashed_bubble_view.cc262 const int kTextColumnSetId = 0; local
263 views::ColumnSet* cs = layout->AddColumnSet(kTextColumnSetId);
276 layout->StartRow(0, kTextColumnSetId);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_reset_bubble_view.cc300 const int kTextColumnSetId = 1; local
301 cs = layout->AddColumnSet(kTextColumnSetId);
339 layout->StartRow(0, kTextColumnSetId);

Completed in 360 milliseconds