Searched defs:CanModify (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage_skia.cc106 bool CanModify() const { function in class:gfx::internal::ImageSkiaStorage
360 CHECK(CanModify());
370 CHECK(CanModify());
498 bool ImageSkia::CanModify() const { function in class:gfx::ImageSkia
499 return !storage_.get() || storage_->CanModify();
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1779 bool CanModify = canModify(CDecl); local
1782 CanModify)
1786 CanModify)

Completed in 138 milliseconds