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