OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddNewProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/profiles/
avatar_menu_actions_chromeos.cc
27
void AvatarMenuActionsChromeOS::
AddNewProfile
(ProfileMetrics::ProfileAdd type) {
/external/chromium_org/chrome/browser/profiles/
avatar_menu_actions_desktop.cc
37
void AvatarMenuActionsDesktop::
AddNewProfile
(ProfileMetrics::ProfileAdd type) {
38
// TODO: Remove dependency on Browser by delegating
AddNewProfile
and
avatar_menu.cc
142
void AvatarMenu::
AddNewProfile
(ProfileMetrics::ProfileAdd type) {
143
menu_actions_->
AddNewProfile
(type);
/external/chromium_org/chrome/browser/signin/
signin_names_io_thread_unittest.cc
30
void
AddNewProfile
(const base::string16& name, const base::string16& email);
70
void SigninNamesOnIOThreadTest::
AddNewProfile
(const base::string16& name,
120
AddNewProfile
(UTF8ToUTF16("foo"), email1);
121
AddNewProfile
(UTF8ToUTF16("bar"), email2);
122
AddNewProfile
(UTF8ToUTF16("toto"), base::string16());
Completed in 206 milliseconds