Home
last modified time | relevance | path

Searched refs:NotifyPreStateTypeChange (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/
Dlock_window_state.cc143 window_state->NotifyPreStateTypeChange(old_state_type); in UpdateWindow()
Ddefault_state.cc414 window_state->NotifyPreStateTypeChange(previous_state_type); in EnterToNextState()
469 window_state->NotifyPreStateTypeChange(previous_state_type); in ReenterToCurrentState()
Dwindow_state.h330 void NotifyPreStateTypeChange(WindowStateType old_window_state_type);
Dwindow_state.cc353 void WindowState::NotifyPreStateTypeChange( in NotifyPreStateTypeChange() function in ash::wm::WindowState
/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_window_state.cc262 window_state->NotifyPreStateTypeChange(old_state_type); in UpdateWindow()