Home
last modified time | relevance | path

Searched refs:AdjustExternallyAllocatedMemory (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h80 int AdjustExternallyAllocatedMemory(int change_in_bytes) override;
Dv8value_ctocpp.cc820 int CefV8ValueCToCpp::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() function in CefV8ValueCToCpp
/third_party/cef/include/
Dcef_v8.h823 virtual int AdjustExternallyAllocatedMemory(int change_in_bytes) = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h270 int AdjustExternallyAllocatedMemory(int change_in_bytes) override;
Dv8_impl.cc244 int AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() function in __anon6b278a6b0111::V8TrackObject
2200 int CefV8ValueImpl::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() function in CefV8ValueImpl
2217 return tracker->AdjustExternallyAllocatedMemory(change_in_bytes); in AdjustExternallyAllocatedMemory()
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc827 int _retval = CefV8ValueCppToC::Get(self)->AdjustExternallyAllocatedMemory( in v8value_adjust_externally_allocated_memory()