Home
last modified time | relevance | path

Searched defs:allocateAndLockDiscardableMemory (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DTestingPlatformSupport.cpp78 blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableMemory(size_t bytes) in allocateAndLockDiscardableMemory() function in blink::TestingPlatformSupport
/external/chromium_org/content/child/
Dblink_platform_impl.cc1153 BlinkPlatformImpl::allocateAndLockDiscardableMemory(size_t bytes) { in allocateAndLockDiscardableMemory() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h277 virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; } in allocateAndLockDiscardableMemory() function