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

/external/chromium_org/ash/shell/
H A Dwindow_type_launcher.cc183 void AddViewToLayout(views::GridLayout* layout, views::View* view) { function in namespace:ash::shell::__anon1953
257 AddViewToLayout(layout, create_button_);
258 AddViewToLayout(layout, panel_button_);
259 AddViewToLayout(layout, create_nonresizable_button_);
260 AddViewToLayout(layout, bubble_button_);
261 AddViewToLayout(layout, lock_button_);
262 AddViewToLayout(layout, widgets_button_);
263 AddViewToLayout(layout, system_modal_button_);
264 AddViewToLayout(layout, window_modal_button_);
265 AddViewToLayout(layou
[all...]

Completed in 172 milliseconds