HomeSort by relevance Sort by last modified time
    Searched defs:LogoService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/android/
logo_service.h 19 // LogoService* logo_service = LogoServiceFactory::GetForProfile(profile);
22 class LogoService : public KeyedService {
24 explicit LogoService(Profile* profile);
25 virtual ~LogoService();
35 DISALLOW_COPY_AND_ASSIGN(LogoService);
41 static LogoService* GetForProfile(Profile* profile);
logo_service.cc 115 // LogoService ----------------------------------------------------------------
117 LogoService::LogoService(Profile* profile) : profile_(profile) {
120 LogoService::~LogoService() {
123 void LogoService::GetLogo(search_provider_logos::LogoObserver* observer) {
154 LogoService* LogoServiceFactory::GetForProfile(Profile* profile) {
155 return static_cast<LogoService*>(
166 "LogoService",
176 return new LogoService(profile)
    [all...]

Completed in 163 milliseconds