OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateProfileShortcut
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager.h
30
virtual void
CreateProfileShortcut
(const base::FilePath& profile_path) = 0;
profile_shortcut_manager_win.h
58
virtual void
CreateProfileShortcut
(
profile_shortcut_manager_unittest_win.cc
103
// by |
CreateProfileShortcut
()| since there is only one profile.
104
profile_shortcut_manager_->
CreateProfileShortcut
(profile_1_path_);
190
profile_shortcut_manager_->
CreateProfileShortcut
(profile_path);
506
profile_shortcut_manager_->
CreateProfileShortcut
(profile_2_path_);
515
profile_shortcut_manager_->
CreateProfileShortcut
(profile_2_path_);
[
all
...]
profile_shortcut_manager_win.cc
681
void ProfileShortcutManagerWin::
CreateProfileShortcut
(
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc
248
shortcut_manager->
CreateProfileShortcut
(profile->GetPath());
manage_profile_handler.cc
510
shortcut_manager->
CreateProfileShortcut
(profile_file_path);
Completed in 144 milliseconds