Searched refs:layout_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dcookie_info_view.h81 void AddLabelRow(int layout_id, views::GridLayout* layout,
83 void AddControlRow(int layout_id, views::GridLayout* layout,
H A Dgeneric_info_view.cc92 int layout_id, views::GridLayout* layout, views::Label* name,
95 layout->StartRow(0, layout_id);
91 AddRow( int layout_id, views::GridLayout* layout, views::Label* name, views::Textfield* value) argument
H A Dgeneric_info_view.h55 void AddRow(int layout_id, views::GridLayout* layout,
H A Dcookie_info_view.cc160 void CookieInfoView::AddLabelRow(int layout_id, views::GridLayout* layout, argument
162 layout->StartRow(0, layout_id);
169 void CookieInfoView::AddControlRow(int layout_id, views::GridLayout* layout, argument
171 layout->StartRow(0, layout_id);

Completed in 62 milliseconds