Searched refs:SignedInUserName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc53 std::string SignedInUserName() const;
129 std::string GCMProfileService::IdentityObserver::SignedInUserName() const { function in class:gcm::GCMProfileService::IdentityObserver
226 std::string GCMProfileService::SignedInUserName() const { function in class:gcm::GCMProfileService
230 return identity_observer_ ? identity_observer_->SignedInUserName()
H A Dgcm_profile_service.h60 std::string SignedInUserName() const;
/external/chromium_org/chrome/browser/ui/webui/
H A Dgcm_internals_ui.cc159 profile_service->SignedInUserName());
257 if (profile_service->SignedInUserName().empty()) {

Completed in 121 milliseconds