Home
last modified time | relevance | path

Searched refs:GetBackgroundContainerId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.cc293 return ReparentBackgroundWidgets(GetBackgroundContainerId(false), in MoveDesktopToLockedContainer()
294 GetBackgroundContainerId(true)); in MoveDesktopToLockedContainer()
301 return ReparentBackgroundWidgets(GetBackgroundContainerId(true), in MoveDesktopToUnlockedContainer()
302 GetBackgroundContainerId(false)); in MoveDesktopToUnlockedContainer()
360 int container_id = GetBackgroundContainerId(locked_); in InstallDesktopController()
427 int DesktopBackgroundController::GetBackgroundContainerId(bool locked) { in GetBackgroundContainerId() function in ash::DesktopBackgroundController
Ddesktop_background_controller.h173 int GetBackgroundContainerId(bool locked);