Home
last modified time | relevance | path

Searched refs:has_source (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage_skia.cc75 bool has_source() const { return source_.get() != NULL; } in has_source() function in gfx::internal::ImageSkiaStorage
199 if (!storage_->has_source()) in ImageSkia()
336 return !storage_.get() || (storage_->read_only() && !storage_->has_source()); in IsThreadSafe()
375 if (storage_.get() && storage_->has_source()) { in EnsureRepsForSupportedScales()