Searched defs:GetWindowState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dworkspace_controller.cc60 WorkspaceWindowState WorkspaceController::GetWindowState() const { function in class:ash::WorkspaceController
66 !wm::GetWindowState(topmost_fullscreen_window)->ignored_by_shelf()) {
82 wm::WindowState* window_state = wm::GetWindowState(*i);
H A Dwindow_state.cc448 return active ? GetWindowState(active) : NULL;
451 WindowState* GetWindowState(aura::Window* window) { function in namespace:ash::wm
462 const WindowState* GetWindowState(const aura::Window* window) { function in namespace:ash::wm
463 return GetWindowState(const_cast<aura::Window*>(window));

Completed in 5178 milliseconds