Searched refs:allocateAndLockDiscardableMemory (Results 1 – 7 of 7) sorted by relevance
68 virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) OVERRIDE;
78 blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableMemory(size_t bytes) in allocateAndLockDiscardableMemory() function in WebCore::TestingPlatformSupport
222 blink::Platform::current()->allocateAndLockDiscardableMemory(capacity)); in reservePurgeableCapacity()
85 m_discardable = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(bytes)); in allocAndLockDiscardableMemory()
73 virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory( in NON_EXPORTED_BASE()
1047 BlinkPlatformImpl::allocateAndLockDiscardableMemory(size_t bytes) { in allocateAndLockDiscardableMemory() function in content::BlinkPlatformImpl
294 virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; } in allocateAndLockDiscardableMemory() function