Home
last modified time | relevance | path

Searched refs:AdjustSnappedBounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
Ddefault_state.cc317 window_state->AdjustSnappedBounds(&bounds); in ProcessWorkspaceEvents()
333 window_state->AdjustSnappedBounds(&bounds); in ProcessWorkspaceEvents()
347 window_state->AdjustSnappedBounds(&bounds); in ProcessWorkspaceEvents()
397 window_state->AdjustSnappedBounds(&child_bounds); in SetBounds()
Dwindow_state.h324 void AdjustSnappedBounds(gfx::Rect* bounds);
Dwindow_state.cc331 void WindowState::AdjustSnappedBounds(gfx::Rect* bounds) { in AdjustSnappedBounds() function in ash::wm::WindowState