Lines Matching refs:custom
223 Window* custom = this->child;
224 while (custom)
226 if (custom->width > ret)
227 ret = custom->width;
229 custom = custom->child;
244 Window* custom = this->child;
245 while (custom)
247 ret += custom->height;
248 custom = custom->child;
263 Window* custom = this->child;
264 while (custom)
266 ret += custom->maxHeight;
267 custom = custom->child;