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