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

  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 263 views::test::CaptureTrackingView* modal_view = local
265 modal_widget->client_view()->AddChildView(modal_view);
267 modal_view->SetBoundsRect(modal_widget->client_view()->GetLocalBounds());
275 EXPECT_FALSE(modal_view->got_capture_lost());
276 EXPECT_FALSE(modal_view->got_press());
278 gfx::Point modal_center(modal_view->width() / 2, modal_view->height() / 2);
279 views::View::ConvertPointToScreen(modal_view, &modal_center);
282 EXPECT_TRUE(modal_view->got_press());
283 EXPECT_FALSE(modal_view->got_capture_lost())
    [all...]

Completed in 25 milliseconds