Searched refs:create_shortcut (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | create_profile_handler.cc | 81 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 …]
|
D | create_profile_handler.h | 81 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/ |
D | profile_manager.h | 275 bool create_shortcut; member
|