Home | History | Annotate | Download | only in win

Lines Matching full:bounds

2294     FloatRect bounds = view->visibleContentRect(true);
2295 result->bottom = (LONG) bounds.height();
2296 result->right = (LONG) bounds.width();