Searched refs:pending_items (Results 1 – 2 of 2) sorted by relevance
251 ItemList pending_items = GetItemsWithState(Item::STATE_PENDING); in ShowPromptIfDoneParsing() local252 if (pending_items.size() != dummy_extensions_.size()) in ShowPromptIfDoneParsing()
1105 WorkItemList pending_items; in OnIOComplete() local1106 pending_items.swap(pending_op->pending_queue); in OnIOComplete()1111 while (!pending_items.empty()) { in OnIOComplete()1112 item.reset(pending_items.front()); in OnIOComplete()1113 pending_items.pop_front(); in OnIOComplete()