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

  /external/chromium_org/ash/wm/
workspace_controller.cc 60 WorkspaceWindowState WorkspaceController::GetWindowState() const {
66 !wm::GetWindowState(topmost_fullscreen_window)->ignored_by_shelf()) {
82 wm::WindowState* window_state = wm::GetWindowState(*i);
window_state.cc 448 return active ? GetWindowState(active) : NULL;
451 WindowState* GetWindowState(aura::Window* window) {
462 const WindowState* GetWindowState(const aura::Window* window) {
463 return GetWindowState(const_cast<aura::Window*>(window));

Completed in 681 milliseconds