Home
last modified time | relevance | path

Searched refs:create_shortcut (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dcreate_profile_handler.cc81 bool create_shortcut = false; in CreateProfile() local
84 if (args->GetBoolean(2, &create_shortcut)) { in CreateProfile()
123 create_shortcut, in CreateProfile()
130 bool create_shortcut, in OnProfileCreated() argument
149 HandleProfileCreationSuccess(create_shortcut, desktop_type, in OnProfileCreated()
167 bool create_shortcut, in HandleProfileCreationSuccess() argument
174 CreateShortcutAndShowSuccess(create_shortcut, desktop_type, profile); in HandleProfileCreationSuccess()
179 RegisterManagedUser(create_shortcut, desktop_type, in HandleProfileCreationSuccess()
189 bool create_shortcut, in RegisterManagedUser() argument
208 create_shortcut, in RegisterManagedUser()
[all …]
Dcreate_profile_handler.h81 void OnProfileCreated(bool create_shortcut,
87 void HandleProfileCreationSuccess(bool create_shortcut,
94 void RegisterManagedUser(bool create_shortcut,
100 void OnManagedUserRegistered(bool create_shortcut,
107 void CreateShortcutAndShowSuccess(bool create_shortcut,
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.h275 bool create_shortcut; member