OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetManagerUserId
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
fake_supervised_user_manager.cc
48
std::string FakeSupervisedUserManager::
GetManagerUserId
(
fake_supervised_user_manager.h
32
virtual std::string
GetManagerUserId
(const std::string& user_id) const
supervised_user_manager.h
72
virtual std::string
GetManagerUserId
(const std::string& user_id) const = 0;
supervised_user_manager_impl.h
37
virtual std::string
GetManagerUserId
(const std::string& user_id) const
supervised_user_manager_impl.cc
190
std::string SupervisedUserManagerImpl::
GetManagerUserId
(
210
return
GetManagerUserId
(user_id);
Completed in 77 milliseconds