OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetManagedUserIdOfProfileAtIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/base/
testing_profile_manager.cc
78
cache.
SetManagedUserIdOfProfileAtIndex
(index, managed_user_id);
/external/chromium_org/chrome/browser/profiles/
profile_info_cache.h
97
void
SetManagedUserIdOfProfileAtIndex
(size_t index, const std::string& id);
profile_info_cache_unittest.cc
421
GetCache()->
SetManagedUserIdOfProfileAtIndex
(0, "TEST_ID");
428
GetCache()->
SetManagedUserIdOfProfileAtIndex
(0, std::string());
profile_info_cache.cc
537
void ProfileInfoCache::
SetManagedUserIdOfProfileAtIndex
(size_t index,
Completed in 66 milliseconds