Searched refs:fInitialValue (Results 1 – 4 of 4) sorted by relevance
14 fInitialValue(NULL) in TableCellValueEditor()21 if (fInitialValue != NULL) in ~TableCellValueEditor()22 fInitialValue->ReleaseReference(); in ~TableCellValueEditor()43 if (fInitialValue != NULL) in SetInitialValue()44 fInitialValue->ReleaseReference(); in SetInitialValue()46 fInitialValue = value; in SetInitialValue()47 if (fInitialValue != NULL) in SetInitialValue()48 fInitialValue->AcquireReference(); in SetInitialValue()
26 inline Value* InitialValue() const { return fInitialValue; } in InitialValue()41 Value* fInitialValue; variable
32 fInitialValue(initialValue), in VariableEditWindow()37 fInitialValue->AcquireReference(); in VariableEditWindow()46 fInitialValue->ReleaseReference(); in ~VariableEditWindow()79 fInitialValue->ToString(initialValue); in _Init()
54 Value* fInitialValue; variable