Searched refs:fIgnoredByResourceAllocator (Results 1 – 1 of 1) sorted by relevance
394 bool ignoredByResourceAllocator() const { return fIgnoredByResourceAllocator; } in ignoredByResourceAllocator()395 void setIgnoredByResourceAllocator() { fIgnoredByResourceAllocator = true; } in setIgnoredByResourceAllocator()458 bool fIgnoredByResourceAllocator = false; variable