Home | History | Annotate | Download | only in aura

Lines Matching refs:viewport

1156   scoped_ptr<Window> viewport(CreateTestWindowWithBounds(
1159 gfx::Rect(0, 0, 100, 100), viewport.get()));
1163 // The |child| window's screen bounds should move along with the |viewport|.
1164 viewport->SetBounds(gfx::Rect(-100, -100, 300, 300));