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 804 views::View* unrelated_view = new views::View(); local
805 unrelated_view->SetBounds(0, 100, 10, 10);
806 unrelated_view->SetFocusable(true);
807 top_container()->parent()->AddChildView(unrelated_view);
826 // 2) Test that focusing |unrelated_view| hides the top-of-window views.
832 unrelated_view->RequestFocus();
835 // 3) Test that a loss of focus of |child_view| to |unrelated_view|
841 unrelated_view->RequestFocus();
915 views::View* unrelated_view = new views::View(); local
    [all...]

Completed in 91 milliseconds