OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animating_wallpaper_controller_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/
root_window_controller.h
131
return
animating_wallpaper_controller_
.get();
278
scoped_ptr<AnimatingDesktopController>
animating_wallpaper_controller_
;
member in class:ash::internal::RootWindowController
root_window_controller.cc
249
if (
animating_wallpaper_controller_
.get())
250
animating_wallpaper_controller_
->StopAnimating();
251
animating_wallpaper_controller_
.reset(controller);
257
if (
animating_wallpaper_controller_
.get())
258
animating_wallpaper_controller_
->StopAnimating();
260
animating_wallpaper_controller_
.reset();
416
animating_wallpaper_controller_
.reset();
Completed in 54 milliseconds