HomeSort by relevance Sort by last modified time
    Searched refs:UncheckedSizeInBytes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/resources/
shared_bitmap.h 53 static size_t UncheckedSizeInBytes(const gfx::Size& size);
texture_mailbox.cc 54 // UncheckedSizeInBytes is okay because we VerifySizeInBytes in the
56 return SharedBitmap::UncheckedSizeInBytes(shared_memory_size_);
shared_bitmap.cc 55 size_t SharedBitmap::UncheckedSizeInBytes(const gfx::Size& size) {

Completed in 6194 milliseconds