OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_image
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
user_image.cc
51
RawImage
raw_image
;
local
52
if (EncodeImageSkia(image, &
raw_image
)) {
53
UserImage result(image,
raw_image
);
74
const RawImage&
raw_image
)
79
if (IsAnimatedImage(
raw_image
)) {
81
animated_image_ =
raw_image
;
88
raw_image_ =
raw_image
;
user_image.h
35
// |
raw_image
| can be animated, in which case animated_image() will return the
36
// original |
raw_image
| and
raw_image
() will return the encoded representation
38
UserImage(const gfx::ImageSkia& image, const RawImage&
raw_image
);
46
const RawImage&
raw_image
() const { return raw_image_; }
function in class:chromeos::UserImage
59
// Whether |
raw_image
| contains data in format that is considered safe to
user.h
118
const UserImage::RawImage&
raw_image
() const {
function in class:chromeos::User
119
return user_image_.
raw_image
();
127
// Whether |
raw_image
| contains data in format that is considered safe to
wallpaper_manager.h
317
const UserImage::RawImage&
raw_image
);
user_image_manager_impl.cc
554
encoded_image = &safe_image.
raw_image
();
557
encoded_image = &user_image.
raw_image
();
wallpaper_manager.cc
498
wallpaper.
raw_image
()));
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
user_image_source.cc
62
return new base::RefCountedBytes(user->
raw_image
());
/external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc
592
chromeos::UserImage::RawImage
raw_image
(image_data_.begin(),
594
chromeos::UserImage image(wallpaper,
raw_image
);
[
all
...]
Completed in 206 milliseconds