HomeSort by relevance Sort by last modified time
    Searched refs:allocateAndLockDiscardableMemory (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
TestingPlatformSupport.h 68 virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) OVERRIDE;
TestingPlatformSupport.cpp 78 blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableMemory(size_t bytes)
PurgeableVector.cpp 222 blink::Platform::current()->allocateAndLockDiscardableMemory(capacity));
  /external/chromium_org/content/child/
blink_platform_impl.h 73 virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(
blink_platform_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 277 virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; }

Completed in 579 milliseconds