Home
last modified time | relevance | path

Searched refs:memoryAllocatorWasteInBytes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.h62 virtual bool memoryAllocatorWasteInBytes(size_t* size); in NON_EXPORTED_BASE()
Dwebkitplatformsupport_impl.cc913 bool WebKitPlatformSupportImpl::memoryAllocatorWasteInBytes(size_t* size) { in memoryAllocatorWasteInBytes() function in webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h277 virtual bool memoryAllocatorWasteInBytes(size_t*) { return false; } in memoryAllocatorWasteInBytes() function