Searched refs:otherFlowThread (Results 1 – 1 of 1) sorted by relevance
410 void RenderNamedFlowThread::addDependencyOnFlowThread(RenderNamedFlowThread* otherFlowThread) in addDependencyOnFlowThread() argument412 … RenderNamedFlowThreadCountedSet::AddResult result = m_layoutBeforeThreadsSet.add(otherFlowThread); in addDependencyOnFlowThread()419 void RenderNamedFlowThread::removeDependencyOnFlowThread(RenderNamedFlowThread* otherFlowThread) in removeDependencyOnFlowThread() argument421 bool removed = m_layoutBeforeThreadsSet.remove(otherFlowThread); in removeDependencyOnFlowThread()