Searched refs:sanitized_params (Results 1 – 1 of 1) sorted by relevance
252 Widget::InitParams sanitized_params = params; in Init() local253 if (sanitized_params.bounds.width() == 0) in Init()254 sanitized_params.bounds.set_width(100); in Init()255 if (sanitized_params.bounds.height() == 0) in Init()256 sanitized_params.bounds.set_height(100); in Init()258 InitX11Window(sanitized_params); in Init()