Home
last modified time | relevance | path

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

/external/chromium_org/ash/
Dscreen_ash.h61 void NotifyDisplayAdded(const gfx::Display& display);
Dscreen_ash.cc103 void ScreenAsh::NotifyDisplayAdded(const gfx::Display& display) { in NotifyDisplayAdded() function in ash::ScreenAsh
/external/chromium_org/ash/display/
Ddisplay_manager.cc748 Shell::GetInstance()->screen()->NotifyDisplayAdded(displays_[*iter]); in UpdateDisplays()