Searched refs:oldHead (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DDOMPatchSupport.cpp313 Digest* oldHead = 0; local
332 oldHead = oldList[i].get();
373 if (oldHead || oldBody) {
375 if (oldHead && newList[i]->m_node->hasTagName(headTag))
376 merges.set(newList[i].get(), oldHead);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h428 virtual void headChanged(IOFWCommand *oldHead);
435 virtual void headChanged(IOFWCommand *oldHead);
H A DIOFWTimeoutQ.cpp74 void IOFireWireController::timeoutQ::headChanged(IOFWCommand *oldHead) argument
80 if(oldHead)
82 oldHead->getMetaClass()->getClassName(), oldHead);
121 if(oldHead)
123 oldHead->getMetaClass()->getClassName(), oldHead);
H A DIOFWCommand.h71 virtual void headChanged(IOFWCommand *oldHead);
H A DIOFWCommand.cpp255 IOFWCommand *oldHead; local
259 oldHead = queue.fHead;
263 fQueueNext = oldHead;
265 if(!oldHead)
268 oldHead->fQueuePrev = this;
270 queue.headChanged(oldHead); // Tell queue about change
305 IOFWCommand *oldHead = queue->fHead; local
333 if(oldHead == this)
354 IOFWCommand *oldHead = fQueue->fHead; local
408 if(oldHead
[all...]
H A DIOFWPendingQ.cpp62 void IOFireWireController::pendingQ::headChanged(IOFWCommand *oldHead) argument
H A DIOFWCmdQ.cpp88 void IOFWCmdQ::headChanged(IOFWCommand *oldHead) argument

Completed in 218 milliseconds