Home | History | Annotate | Download | only in extensions

Lines Matching refs:wallpaper

10 #include "chrome/common/extensions/api/wallpaper.h"
13 // Implementation of chrome.wallpaper.setWallpaper API.
14 // After this API being called, a jpeg encoded wallpaper will be saved to
16 // wallpaper can then persistent after Chrome restart. New call to this API
17 // will replace the previous saved wallpaper with new one.
18 // Note: For security reason, the original encoded wallpaper image is not saved
23 DECLARE_EXTENSION_FUNCTION("wallpaper.setWallpaper",
37 // Generates thumbnail of custom wallpaper. A simple STRETCH is used for
48 scoped_ptr<extensions::api::wallpaper::SetWallpaper::Params> params_;
50 // Unique file name of the custom wallpaper.
59 // Sequence token associated with wallpaper operations. Shared with