Searched refs:first_run_after_boot (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.h35 // Load display preferences from Local Store. |first_run_after_boot| is used
38 void LoadDisplayPreferences(bool first_run_after_boot);
H A Ddisplay_preferences.cc278 void LoadDisplayPreferences(bool first_run_after_boot) { argument
281 if (!first_run_after_boot) {
/external/chromium_org/ash/
H A Droot_window_controller.h162 // Initializes the RootWindowController. |first_run_after_boot| is
164 void Init(bool first_run_after_boot);
H A Droot_window_controller.cc313 void RootWindowController::Init(bool first_run_after_boot) { argument
316 CreateSystemBackground(first_run_after_boot);
H A Dshell.h494 // can host browser windows. |first_run_after_boot| is true for the
497 bool first_run_after_boot);
H A Dshell.cc919 bool first_run_after_boot) {
952 controller->Init(first_run_after_boot);
917 InitRootWindowController( internal::RootWindowController* controller, bool first_run_after_boot) argument

Completed in 182 milliseconds