Searched refs:AdjustExternallyAllocatedMemory (Results 1 – 6 of 6) sorted by relevance
80 int AdjustExternallyAllocatedMemory(int change_in_bytes) override;
820 int CefV8ValueCToCpp::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() function in CefV8ValueCToCpp
823 virtual int AdjustExternallyAllocatedMemory(int change_in_bytes) = 0;
270 int AdjustExternallyAllocatedMemory(int change_in_bytes) override;
244 int AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() function in __anon6b278a6b0111::V8TrackObject2200 int CefV8ValueImpl::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() function in CefV8ValueImpl2217 return tracker->AdjustExternallyAllocatedMemory(change_in_bytes); in AdjustExternallyAllocatedMemory()
827 int _retval = CefV8ValueCppToC::Get(self)->AdjustExternallyAllocatedMemory( in v8value_adjust_externally_allocated_memory()