Lines Matching refs:viewport
1892 View* viewport = new View;
1893 widget->SetContentsView(viewport);
1895 viewport->AddChildView(contents);
1896 viewport->SetBoundsRect(viewport_bounds);
1951 View* viewport = new View;
1952 widget->SetContentsView(viewport);
1954 viewport->AddChildView(contents);
1955 viewport->SetBoundsRect(viewport_bounds);
1959 // it just outside the visible bounds of the viewport.