OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetGAIANameOfProfileAtIndex
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc
121
cache.
SetGAIANameOfProfileAtIndex
(profile_index, full_name);
176
cache.
SetGAIANameOfProfileAtIndex
(profile_index, base::string16());
profile_info_cache_unittest.cc
136
GetCache()->
SetGAIANameOfProfileAtIndex
(i, gaia_name);
325
GetCache()->
SetGAIANameOfProfileAtIndex
(1, gaia_name);
444
GetCache()->
SetGAIANameOfProfileAtIndex
(0, base::string16());
gaia_info_update_service_unittest.cc
176
GetCache()->
SetGAIANameOfProfileAtIndex
(0, gaia_name);
profile_info_cache.h
102
void
SetGAIANameOfProfileAtIndex
(size_t index, const base::string16& name);
profile_info_cache.cc
565
void ProfileInfoCache::
SetGAIANameOfProfileAtIndex
(size_t index,
Completed in 51 milliseconds