Home | History | Annotate | Download | only in js

Lines Matching refs:WallpaperManager

6  * WallpaperManager constructor.
8 * WallpaperManager objects encapsulate the functionality of the wallpaper
16 function WallpaperManager(dialogDom) {
77 WallpaperManager.initStrings = function(callback) {
88 WallpaperManager.prototype.fetchManifest_ = function() {
163 WallpaperManager.prototype.showError_ = function(errorMessage) {
173 WallpaperManager.prototype.onLoadManifestSuccess_ = function(manifest) {
181 WallpaperManager.prototype.onLoadManifestFailed_ = function() {
197 WallpaperManager.prototype.toggleSurpriseMe_ = function() {
222 WallpaperManager.prototype.preManifestDomInit_ = function() {
244 WallpaperManager.prototype.postManifestDomInit_ = function() {
326 WallpaperManager.prototype.initContextMenuAndCommand_ = function() {
344 WallpaperManager.prototype.onCommand_ = function(event) {
373 WallpaperManager.prototype.onCommandCanExecute_ = function(event) {
392 WallpaperManager.prototype.presetCategory_ = function() {
443 WallpaperManager.prototype.initThumbnailsGrid_ = function() {
455 WallpaperManager.prototype.onChange_ = function() {
470 WallpaperManager.prototype.onClose_ = function() {
489 WallpaperManager.prototype.onWallpaperChanged_ = function(
505 WallpaperManager.prototype.setSelectedWallpaper_ = function(selectedItem) {
598 WallpaperManager.prototype.removeOldestWallpaper_ = function() {
616 WallpaperManager.prototype.onFileSystemError_ = function(e) {
648 WallpaperManager.prototype.onSelectedItemChanged_ = function() {
678 WallpaperManager.prototype.setWallpaperAttribution_ = function(selectedItem) {
714 WallpaperManager.prototype.onResize_ = function() {
723 WallpaperManager.prototype.onKeyDown_ = function(event) {
741 WallpaperManager.prototype.initCategoriesList_ = function() {
777 WallpaperManager.prototype.renderCategory_ = function(entry) {
793 WallpaperManager.prototype.onFileSelectorChanged_ = function() {
869 WallpaperManager.prototype.removeCustomWallpaper = function(fileName) {
903 WallpaperManager.prototype.setCustomWallpaper = function(wallpaper,
933 WallpaperManager.prototype.onWallpaperLayoutChanged_ = function() {
953 WallpaperManager.prototype.onCategoriesChange_ = function() {