OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterProfile
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_manager.h
146
ProfileInfo*
RegisterProfile
(Profile* profile, bool created);
156
//
RegisterProfile
() to add into this map.
profile_manager.cc
240
RegisterProfile
(Profile::CreateProfileAsync(user_data_dir, this),
272
RegisterProfile
(profile, true);
277
ProfileManager::ProfileInfo* ProfileManager::
RegisterProfile
(Profile* profile,
/external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc
55
browser_process->profile_manager()->
RegisterProfile
(profile1_, true);
56
browser_process->profile_manager()->
RegisterProfile
(profile2_, true);
Completed in 1417 milliseconds