Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DTestingPlatformSupport.h68 virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) OVERRIDE;
DTestingPlatformSupport.cpp78 blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableMemory(size_t bytes) in allocateAndLockDiscardableMemory() function in WebCore::TestingPlatformSupport
DPurgeableVector.cpp222 blink::Platform::current()->allocateAndLockDiscardableMemory(capacity)); in reservePurgeableCapacity()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DDiscardablePixelRef.cpp85 m_discardable = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(bytes)); in allocAndLockDiscardableMemory()
/external/chromium_org/content/child/
Dblink_platform_impl.h73 virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory( in NON_EXPORTED_BASE()
Dblink_platform_impl.cc1047 BlinkPlatformImpl::allocateAndLockDiscardableMemory(size_t bytes) { in allocateAndLockDiscardableMemory() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h294 virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; } in allocateAndLockDiscardableMemory() function