HomeSort by relevance Sort by last modified time
    Searched refs:create_shortcut (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/
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,
create_profile_handler.cc 81 bool create_shortcut = false; local
84 if (args->GetBoolean(2, &create_shortcut)) {
123 create_shortcut,
130 bool create_shortcut,
149 HandleProfileCreationSuccess(create_shortcut, desktop_type,
167 bool create_shortcut,
174 CreateShortcutAndShowSuccess(create_shortcut, desktop_type, profile);
179 RegisterManagedUser(create_shortcut, desktop_type,
189 bool create_shortcut,
208 create_shortcut,
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 275 bool create_shortcut; member in struct:ProfileManager::ProfileInfo

Completed in 44 milliseconds