Searched defs:GAIAInfoUpdateService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service.h22 class GAIAInfoUpdateService : public KeyedService, class in inherits:KeyedService,ProfileDownloaderDelegate,SigninManagerBase::Observer
26 explicit GAIAInfoUpdateService(Profile* profile);
27 virtual ~GAIAInfoUpdateService();
64 base::OneShotTimer<GAIAInfoUpdateService> timer_;
66 DISALLOW_COPY_AND_ASSIGN(GAIAInfoUpdateService);
H A Dgaia_info_update_service.cc32 GAIAInfoUpdateService::GAIAInfoUpdateService(Profile* profile) function in class:GAIAInfoUpdateService
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
[all...]

Completed in 1520 milliseconds