Home
last modified time | relevance | path

Searched refs:GetNumericPropertyFunction (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_extension.h17 typedef bool (*GetNumericPropertyFunction)(const char* name, size_t* value); typedef
42 GetNumericPropertyFunction get_numeric_property_function);
Dallocator_extension.cc14 GetNumericPropertyFunction g_get_numeric_property_function = nullptr;
34 GetNumericPropertyFunction get_numeric_property_function) { in SetGetNumericPropertyFunction()