HomeSort by relevance Sort by last modified time
    Searched full:unrelated_view (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 810 views::View* unrelated_view = new views::View(); local
811 unrelated_view->SetBounds(0, 100, 10, 10);
812 unrelated_view->SetFocusable(true);
813 top_container()->parent()->AddChildView(unrelated_view);
832 // 2) Test that focusing |unrelated_view| hides the top-of-window views.
838 unrelated_view->RequestFocus();
841 // 3) Test that a loss of focus of |child_view| to |unrelated_view|
847 unrelated_view->RequestFocus();
921 views::View* unrelated_view = new views::View(); local
    [all...]

Completed in 72 milliseconds