Lines Matching refs:aOut
77277 bool ToIntRect(IntRectTyped<units> *aOut) const
77279 *aOut = IntRectTyped<units>(int32_t(this->X()), int32_t(this->Y()),
77281 return RectTyped<units, F>(F(aOut->x), F(aOut->y),
77282 F(aOut->width), F(aOut->height))
108984 void RemoveAndForget(KeyType aKey, nsAutoPtr<T>& aOut);
109039 nsClassHashtable<KeyClass, T>::RemoveAndForget(KeyType aKey, nsAutoPtr<T>& aOut)
109041 aOut = nullptr;
109049 aOut = mozilla::Move(ent->mData);