OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_user_id
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api_unittest.cc
194
const std::string&
active_user_id
,
197
void SwitchActiveUser(const std::string&
active_user_id
);
226
const std::string&
active_user_id
,
229
new chrome::MultiUserWindowManagerChromeOS(
active_user_id
);
236
const std::string&
active_user_id
) {
237
fake_user_manager()->SwitchActiveUser(
active_user_id
);
238
multi_user_window_manager_->ActiveUserChanged(
active_user_id
);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.h
50
// Create the manager and use |
active_user_id
| as the active user.
51
explicit MultiUserWindowManagerChromeOS(const std::string&
active_user_id
);
/external/chromium_org/chrome/browser/chromeos/login/
user_manager_impl.cc
1443
const std::string
active_user_id
= GetActiveUser()->email();
local
1735
std::string
active_user_id
= GetActiveUser()->email();
local
[
all
...]
Completed in 177 milliseconds