HomeSort by relevance Sort by last modified time
    Searched refs:UpdateAccountList (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/system/user/
accounts_detailed_view.h 54 void UpdateAccountList();
accounts_detailed_view.cc 90 void AccountsDetailedView::AccountListChanged() { UpdateAccountList(); }
115 UpdateAccountList();
155 void AccountsDetailedView::UpdateAccountList() {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_service.cc 272 UpdateAccountList();
403 // Avoid unnecessary calls to UpdateAccountList(): If an earlier call is still
407 UpdateAccountList();
410 void DeviceLocalAccountPolicyService::UpdateAccountList() {
413 base::Bind(&DeviceLocalAccountPolicyService::UpdateAccountList,
device_local_account_policy_service.h 210 void UpdateAccountList();
212 // Calls |UpdateAccountList| if there are no previous calls pending.
235 // Whether a call to UpdateAccountList() is pending because |cros_settings_|

Completed in 53 milliseconds