Lines Matching refs:frameSet

175   auto* const frameSet =  in AssociateRequestToFrame()  local
216 GetMaybeSortedIndex(*frameSet, fwf, &found, FrameOnlyComparator()); in AssociateRequestToFrame()
220 fwfToModify = &frameSet->ElementAt(i - 1); in AssociateRequestToFrame()
256 frameSet->InsertElementAt(i, fwf); in AssociateRequestToFrame()
282 const auto& frameSet = entry.Data(); in RemoveRequestToFrameMapping() local
283 MOZ_ASSERT(frameSet, "This should never be null"); in RemoveRequestToFrameMapping()
287 uint32_t i = GetMaybeSortedIndex(*frameSet, FrameWithFlags(aFrame), &found, in RemoveRequestToFrameMapping()
290 UnblockOnloadIfNeeded(frameSet->ElementAt(i - 1)); in RemoveRequestToFrameMapping()
291 frameSet->RemoveElementAt(i - 1); in RemoveRequestToFrameMapping()
294 if (frameSet->IsEmpty()) { in RemoveRequestToFrameMapping()
584 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in UnblockOnloadIfNeeded() local
585 if (!frameSet) { in UnblockOnloadIfNeeded()
590 frameSet->BinaryIndexOf(FrameWithFlags(aFrame), FrameOnlyComparator()); in UnblockOnloadIfNeeded()
592 UnblockOnloadIfNeeded(frameSet->ElementAt(i)); in UnblockOnloadIfNeeded()
707 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in OnSizeAvailable() local
708 if (!frameSet) { in OnSizeAvailable()
712 for (const FrameWithFlags& fwf : *frameSet) { in OnSizeAvailable()
725 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in OnImageIsAnimated() local
726 if (!frameSet) { in OnImageIsAnimated()
751 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in ImageFrameChanged() local
752 if (!frameSet) { in ImageFrameChanged()
756 for (FrameWithFlags& fwf : *frameSet) { in ImageFrameChanged()
794 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in OnLoadComplete() local
795 if (!frameSet) { in OnLoadComplete()
799 for (FrameWithFlags& fwf : *frameSet) { in OnLoadComplete()