Home
last modified time | relevance | path

Searched refs:command_line_for_testing_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.h85 command_line_for_testing_ = command_line; in set_command_line_for_testing()
192 CommandLine* command_line_for_testing_; variable
Ddesktop_background_controller.cc156 : command_line_for_testing_(NULL), in DesktopBackgroundController()
220 CommandLine* command_line = command_line_for_testing_ ? in SetDefaultWallpaper()
221 command_line_for_testing_ : CommandLine::ForCurrentProcess(); in SetDefaultWallpaper()
/external/chromium_org/chrome/browser/chromeos/login/
Dwallpaper_manager.h96 command_line_for_testing_ = command_line; in set_command_line_for_testing()
344 CommandLine* command_line_for_testing_; variable
Dwallpaper_manager.cc141 command_line_for_testing_(NULL), in WallpaperManager()
760 CommandLine* command_line = command_line_for_testing_ ? in GetComandLine()
761 command_line_for_testing_ : CommandLine::ForCurrentProcess(); in GetComandLine()