Home
last modified time | relevance | path

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

/external/chromium_org/ash/
Dscreen_ash.h62 void NotifyDisplayRemoved(const gfx::Display& display);
Dscreen_ash.cc107 void ScreenAsh::NotifyDisplayRemoved(const gfx::Display& display) { in NotifyDisplayRemoved() function in ash::ScreenAsh
/external/chromium_org/ash/display/
Ddisplay_manager.cc739 Shell::GetInstance()->screen()->NotifyDisplayRemoved(displays_.back()); in UpdateDisplays()