Searched defs:user_id_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_api.h54 std::string user_id_; member in class:WallpaperSetWallpaperFunction
H A Dwallpaper_private_api.h59 std::string user_id_; member in class:WallpaperPrivateSetWallpaperIfExistsFunction
95 std::string user_id_; member in class:WallpaperPrivateSetWallpaperFunction
146 std::string user_id_; member in class:WallpaperPrivateSetCustomWallpaperFunction
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager.h101 const std::string& user_id() const { return user_id_; }
105 const std::string user_id_; member in class:chromeos::UserImageManager
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.h65 std::string user_id_; member in class:chromeos::ManagerPasswordService
H A Dsupervised_user_password_service.h33 std::string user_id_; member in class:chromeos::SupervisedUserPasswordService
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_profile_loader.h62 std::string user_id_; member in class:chromeos::KioskProfileLoader
H A Dkiosk_app_data.h71 const std::string& user_id() const { return user_id_; }
130 std::string user_id_; member in class:chromeos::KioskAppData
/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_flow.h79 return user_id_;
83 std::string user_id_; member in class:chromeos::ExtendedUserFlow
/external/chromium_org/chrome/browser/chromeos/ownership/
H A Downer_settings_service_chromeos.h100 std::string user_id_; member in class:chromeos::OwnerSettingsServiceChromeOS
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_provider.h55 // Returns the broker for |user_id_| or NULL if not available.
66 const std::string user_id_; member in class:policy::DeviceLocalAccountPolicyProvider
H A Dpolicy_cert_service.h75 std::string user_id_; member in class:policy::PolicyCertService
H A Dcloud_external_data_policy_observer.cc52 const std::string user_id_; member in class:policy::CloudExternalDataPolicyObserver::PolicyServiceObserver
63 user_id_(user_id),
68 // Notify |parent_| if the external data reference for |user_id_| is set
76 parent_->HandleExternalDataPolicyUpdate(user_id_, entry);
97 // Notify |parent_| if the external data reference for |user_id_| has
99 parent_->HandleExternalDataPolicyUpdate(user_id_, current_entry);
H A Ddevice_local_account_policy_service.h74 const std::string& user_id() const { return user_id_; }
118 const std::string user_id_; member in class:policy::DeviceLocalAccountPolicyBroker
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_auth_attempt.h65 std::string user_id_; member in class:EasyUnlockAuthAttempt
H A Deasy_unlock_service_signin_chromeos.h104 std::string user_id_; member in class:EasyUnlockServiceSignin
/external/chromium_org/chromeos/login/auth/
H A Duser_context.h17 // credentials may consist of a |user_id_|, |key_| pair or a GAIA |auth_code_|.
69 std::string user_id_; member in class:chromeos::UserContext
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.h179 std::string user_id_; member in class:chromeos::WallpaperManager::PendingWallpaper
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc193 explicit AppObserver(const std::string& user_id) : user_id_(user_id) {}
201 user_id_);
205 std::string user_id_; member in class:chrome::AppObserver
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc336 const std::string user_id_; member in class:DeviceLocalAccountPolicyStatusProvider
483 : user_id_(user_id),
496 service_->GetBrokerForUser(user_id_);
513 if (user_id == user_id_)

Completed in 319 milliseconds