Searched refs:fAccountedForInBudget (Results 1 – 1 of 1) sorted by relevance
156 bool accountedForInBudget() const { return fAccountedForInBudget; } in accountedForInBudget()157 void setAccountedForInBudget() { fAccountedForInBudget = true; } in setAccountedForInBudget()175 bool fAccountedForInBudget = false; variable