OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveDesktopToUnlockedContainer
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/desktop_background/
desktop_background_controller.h
131
bool
MoveDesktopToUnlockedContainer
();
desktop_background_controller_unittest.cc
299
EXPECT_TRUE(controller->
MoveDesktopToUnlockedContainer
());
300
EXPECT_FALSE(controller->
MoveDesktopToUnlockedContainer
());
371
controller->
MoveDesktopToUnlockedContainer
();
desktop_background_controller.cc
297
bool DesktopBackgroundController::
MoveDesktopToUnlockedContainer
() {
/external/chromium_org/chrome/browser/chromeos/login/
screen_locker.cc
427
desktop_background_controller()->
MoveDesktopToUnlockedContainer
();
login_display_host_impl.cc
414
desktop_background_controller()->
MoveDesktopToUnlockedContainer
();
[
all
...]
Completed in 52 milliseconds