Lines Matching refs:mCache
153088 , mCache(aCache)153090 if (!mCache) {153092 CallQueryInterface(aObject, &mCache);153094 mCache = nullptr;153164 return mCache;153172 , mCache(aCache)153174 if (!mCache && aObject)153175 CallQueryInterface(aObject, &mCache);153189 nsWrapperCache* mCache;