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

  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.h 24 const std::string& cros_user);
profile_sync_factory.h 54 const std::string& cros_user) = 0;
profile_sync_factory_impl.cc 85 const std::string& cros_user) {
88 this, profile_, cros_user);
profile_sync_service.h 145 const std::string& cros_user);
459 const std::string& cros_user() const { return cros_user_; } function in class:ProfileSyncService
sync_setup_flow.cc 92 if (!service->cros_user().empty())
93 user = UTF8ToUTF16(service->cros_user());
profile_sync_service.cc 69 const std::string& cros_user)
76 cros_user_(cros_user),
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.h 126 const std::string& cros_user);
128 void InitSyncService(const std::string& cros_user);
profile.h 460 const std::string& cros_user) = 0;
profile_impl.cc     [all...]
profile.cc 518 const std::string& cros_user) {

Completed in 292 milliseconds