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 440 return active ? GetWindowState(active) : NULL;
443 WindowState* GetWindowState(aura::Window* window) {
454 const WindowState* GetWindowState(const aura::Window* window) {
455 return GetWindowState(const_cast<aura::Window*>(window));

Completed in 759 milliseconds