Searched refs:fFunctionDepth (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/shared/
H A DFunctionTracer.h20 fFunctionDepth(depth)
22 fFunctionDepth++;
23 fPrepend.Append(' ', fFunctionDepth * 2);
33 fFunctionDepth--;
39 int32& fFunctionDepth; member in class:BPrivate::FunctionTracer
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp46 fFunctionDepth(depth),
49 fFunctionDepth++;
50 fPrepend.Append(' ', fFunctionDepth * 2);
60 fFunctionDepth--;
66 int32& fFunctionDepth; member in class:FunctionTracer
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp51 fFunctionDepth(depth),
54 fFunctionDepth++;
55 fPrepend.Append(' ', fFunctionDepth * 2);
65 fFunctionDepth--;
71 int32& fFunctionDepth; member in class:FunctionTracer

Completed in 78 milliseconds