Searched refs:rounded_size (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc60 gfx::Size rounded_size = gfx::ToCeiledSize(pixel_size); variable
63 child->SetBounds(0, 0, rounded_size.width(), rounded_size.height());
/external/chromium_org/base/memory/
H A Dshared_memory_win.cc120 size_t rounded_size = (options.size + kSectionMask) & ~kSectionMask;
146 PAGE_READWRITE, 0, static_cast<DWORD>(rounded_size), name_.c_str());
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc303 uptr rounded_size = RoundUpTo(Max(size, kChunkHeader2Size), alignment); local
304 uptr needed_size = rounded_size + rz_size;

Completed in 1055 milliseconds