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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager.h28 virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0;
H A Dprofile_shortcut_manager_win.h59 virtual void CreateProfileShortcut(
H A Dprofile_shortcut_manager_unittest_win.cc102 // by |CreateProfileShortcut()| since there is only one profile.
103 profile_shortcut_manager_->CreateProfileShortcut(profile_1_path_);
189 profile_shortcut_manager_->CreateProfileShortcut(profile_path);
500 profile_shortcut_manager_->CreateProfileShortcut(profile_2_path_);
509 profile_shortcut_manager_->CreateProfileShortcut(profile_2_path_);
H A Dprofile_shortcut_manager_win.cc683 void ProfileShortcutManagerWin::CreateProfileShortcut( function in class:ProfileShortcutManagerWin
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc510 shortcut_manager->CreateProfileShortcut(profile_file_path);
H A Dbrowser_options_handler.cc145 shortcut_manager->CreateProfileShortcut(profile->GetPath());

Completed in 828 milliseconds