Lines Matching refs:bottom
62 childrect.bottom = childrect.top + m_header_height - 1; in OnCreate()
66 childrect.top = childrect.bottom; in OnCreate()
67 childrect.bottom -= (clientrect.bottom - clientrect.top) / 2; in OnCreate()
77 int bottom; in PositionChildren() local
82 bottom = childrect.bottom; in PositionChildren()
83 childrect.bottom = childrect.top + m_header_height - 1; in PositionChildren()
86 childrect.top = childrect.bottom; in PositionChildren()
87 childrect.bottom = bottom; in PositionChildren()
158 childrect.bottom = childrect.top + m_header_height - 1; in OnCreate()
162 childrect.top = childrect.bottom + 1; in OnCreate()
163 childrect.bottom = clientrect.bottom; in OnCreate()
173 int bottom; in PositionChildren() local
178 bottom = childrect.bottom; in PositionChildren()
180 childrect.bottom = childrect.top + m_header_height - 1; in PositionChildren()
183 childrect.top = childrect.bottom; in PositionChildren()
184 childrect.bottom = bottom; in PositionChildren()