Searched refs:border_height (Results 1 – 2 of 2) sorted by relevance
60 int border_x, border_y, border_width, border_height; in ParseTreeFromValue() local64 success &= list->GetInteger(3, &border_height); in ParseTreeFromValue()78 gfx::Rect(border_x, border_y, border_width, border_height)); in ParseTreeFromValue()
1783 int border_height = ::GetSystemMetrics(SM_CYSIZEFRAME); in OnNCHitTest() local1788 window_rect.bottom -= border_height; in OnNCHitTest()