Home
last modified time | relevance | path

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

/external/chromium_org/webkit/child/
Dwebkitplatformsupport_child_impl.h54 virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(
Dwebkitplatformsupport_child_impl.cc95 WebKitPlatformSupportChildImpl::allocateAndLockDiscardableMemory(size_t bytes) { in allocateAndLockDiscardableMemory() function in webkit_glue::WebKitPlatformSupportChildImpl
/external/chromium_org/third_party/WebKit/Source/platform/
DPurgeableBuffer.cpp46 …rdableMemory> memory = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(size)… in create()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DDiscardablePixelRef.cpp84 m_discardable = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(bytes)); in allocAndLockDiscardableMemory()
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h284 virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; } in allocateAndLockDiscardableMemory() function