OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kImageRepCocoa
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/image/
image.h
60
kImageRepCocoa
,
image.cc
235
CHECK_EQ(type_, Image::
kImageRepCocoa
);
437
: ImageRep(Image::
kImageRepCocoa
),
574
storage_ = new internal::ImageStorage(Image::
kImageRepCocoa
);
644
case
kImageRepCocoa
: {
646
GetRepresentation(
kImageRepCocoa
, true)->AsImageRepCocoa();
732
internal::ImageRep* rep = GetRepresentation(
kImageRepCocoa
, false);
799
case
kImageRepCocoa
: {
801
GetRepresentation(
kImageRepCocoa
, true)->AsImageRepCocoa();
image_unittest_util.cc
206
return gfx::Image::
kImageRepCocoa
;
Completed in 30 milliseconds