HomeSort by relevance Sort by last modified time
    Searched refs:other_window_state (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
video_detector_unittest.cc 309 wm::WindowState* other_window_state = wm::GetWindowState(other_window.get()); local
310 other_window_state->OnWMEvent(&toggle_fullscreen_event);
311 ASSERT_TRUE(other_window_state->IsFullscreen());
327 other_window_state->OnWMEvent(&toggle_fullscreen_event);
328 ASSERT_FALSE(other_window_state->IsFullscreen());
window_positioner.cc 376 wm::WindowState* other_window_state = local
378 other_window_state->set_bounds_changed_by_user(false);
383 if (!other_window_state->pre_auto_manage_window_bounds())
384 other_window_state->SetPreAutoManageWindowBounds(other_bounds);

Completed in 723 milliseconds