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

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_factory.cc 16 "GAIAInfoUpdateService",
24 GAIAInfoUpdateService* GAIAInfoUpdateServiceFactory::GetForProfile(
26 return static_cast<GAIAInfoUpdateService*>(
38 if (!GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile))
40 return new GAIAInfoUpdateService(profile);
gaia_info_update_service_factory.h 11 class GAIAInfoUpdateService;
20 // the associated GAIAInfoUpdateService.
23 // Returns the instance of GAIAInfoUpdateService associated with this profile
25 // GAIAInfoUpdateService (for example, if |profile| is incognito).
26 static GAIAInfoUpdateService* GetForProfile(Profile* profile);
gaia_info_update_service.h 22 class GAIAInfoUpdateService : public KeyedService,
26 explicit GAIAInfoUpdateService(Profile* profile);
27 virtual ~GAIAInfoUpdateService();
64 base::OneShotTimer<GAIAInfoUpdateService> timer_;
66 DISALLOW_COPY_AND_ASSIGN(GAIAInfoUpdateService);
gaia_info_update_service.cc 32 GAIAInfoUpdateService::GAIAInfoUpdateService(Profile* profile)
44 GAIAInfoUpdateService::~GAIAInfoUpdateService() {
48 void GAIAInfoUpdateService::Update() {
62 bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) {
79 bool GAIAInfoUpdateService::NeedsProfilePicture() const {
83 int GAIAInfoUpdateService::GetDesiredImageSideLength() const {
87 Profile* GAIAInfoUpdateService::GetBrowserProfile() {
91 std::string GAIAInfoUpdateService::GetCachedPictureURL() const
    [all...]
gaia_info_update_service_unittest.cc 47 class GAIAInfoUpdateServiceMock : public GAIAInfoUpdateService {
50 : GAIAInfoUpdateService(profile) {
239 EXPECT_FALSE(GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile()));

Completed in 541 milliseconds