Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_extension.cc14 GetNumericPropertyFunction g_get_numeric_property_function = nullptr; variable
23 return g_get_numeric_property_function && in GetNumericProperty()
24 g_get_numeric_property_function(name, value); in GetNumericProperty()
35 DCHECK(!g_get_numeric_property_function); in SetGetNumericPropertyFunction()
36 g_get_numeric_property_function = get_numeric_property_function; in SetGetNumericPropertyFunction()