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

/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.cc493 // When customization manifest is fetched, applying will start automatically.
801 scoped_ptr<ServicesCustomizationDocument::ApplyingTask> applying) {
808 applying->Finished(false);
819 base::Passed(applying.Pass()))));
829 scoped_ptr<ServicesCustomizationDocument::ApplyingTask> applying(
843 applying->Finished(true);
854 applying->Finished(false);
868 base::Passed(applying.Pass()));
877 scoped_ptr<ServicesCustomizationDocument::ApplyingTask> applying) {
880 DCHECK(applying);
799 StartOEMWallpaperDownload( const GURL& wallpaper_url, scoped_ptr<ServicesCustomizationDocument::ApplyingTask> applying) argument
875 OnCheckedWallpaperCacheExists( scoped_ptr<bool> exists, scoped_ptr<ServicesCustomizationDocument::ApplyingTask> applying) argument
885 ApplyWallpaper( bool default_wallpaper_file_exists, scoped_ptr<ServicesCustomizationDocument::ApplyingTask> applying) argument
931 OnOEMWallpaperDownloaded( scoped_ptr<ServicesCustomizationDocument::ApplyingTask> applying, bool success, const GURL& wallpaper_url) argument
[all...]

Completed in 196 milliseconds