HomeSort by relevance Sort by last modified time
    Searched refs:kTextColumnSetId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
outdated_upgrade_bubble_view.cc 149 const int kTextColumnSetId = 1;
150 cs = layout->AddColumnSet(kTextColumnSetId);
169 layout->StartRow(0, kTextColumnSetId);
session_crashed_bubble_view.cc 262 const int kTextColumnSetId = 0;
263 views::ColumnSet* cs = layout->AddColumnSet(kTextColumnSetId);
276 layout->StartRow(0, kTextColumnSetId);
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.cc 300 const int kTextColumnSetId = 1;
301 cs = layout->AddColumnSet(kTextColumnSetId);
339 layout->StartRow(0, kTextColumnSetId);

Completed in 179 milliseconds