Lines Matching refs:frameSet

176   auto* const frameSet =  in AssociateRequestToFrame()  local
217 GetMaybeSortedIndex(*frameSet, fwf, &found, FrameOnlyComparator()); in AssociateRequestToFrame()
221 fwfToModify = &frameSet->ElementAt(i - 1); in AssociateRequestToFrame()
257 frameSet->InsertElementAt(i, fwf); in AssociateRequestToFrame()
283 const auto& frameSet = entry.Data(); in RemoveRequestToFrameMapping() local
284 MOZ_ASSERT(frameSet, "This should never be null"); in RemoveRequestToFrameMapping()
288 uint32_t i = GetMaybeSortedIndex(*frameSet, FrameWithFlags(aFrame), &found, in RemoveRequestToFrameMapping()
291 UnblockOnloadIfNeeded(frameSet->ElementAt(i - 1)); in RemoveRequestToFrameMapping()
292 frameSet->RemoveElementAt(i - 1); in RemoveRequestToFrameMapping()
295 if (frameSet->IsEmpty()) { in RemoveRequestToFrameMapping()
600 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in UnblockOnloadIfNeeded() local
601 if (!frameSet) { in UnblockOnloadIfNeeded()
606 frameSet->BinaryIndexOf(FrameWithFlags(aFrame), FrameOnlyComparator()); in UnblockOnloadIfNeeded()
608 UnblockOnloadIfNeeded(frameSet->ElementAt(i)); in UnblockOnloadIfNeeded()
723 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in OnSizeAvailable() local
724 if (!frameSet) { in OnSizeAvailable()
728 for (const FrameWithFlags& fwf : *frameSet) { in OnSizeAvailable()
741 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in OnImageIsAnimated() local
742 if (!frameSet) { in OnImageIsAnimated()
767 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in ImageFrameChanged() local
768 if (!frameSet) { in ImageFrameChanged()
772 for (FrameWithFlags& fwf : *frameSet) { in ImageFrameChanged()
810 FrameSet* frameSet = mRequestToFrameMap.Get(aRequest); in OnLoadComplete() local
811 if (!frameSet) { in OnLoadComplete()
815 for (FrameWithFlags& fwf : *frameSet) { in OnLoadComplete()