Searched defs:newHead (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.cpp30 void WrapperPersistentRegion::insertHead(WrapperPersistentRegion** headPtr, WrapperPersistentRegion* newHead) argument
36 oldHead->m_prev = newHead;
38 newHead->m_prev = 0;
39 newHead->m_next = oldHead;
40 *headPtr = newHead;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp83 void HTMLTableElement::setTHead(PassRefPtrWillBeRawPtr<HTMLTableSectionElement> newHead, ExceptionState& exceptionState) argument
93 insertBefore(newHead, child, exceptionState);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscnvrt.c118 _cmsIntentsPluginChunkType newHead = { NULL }; local
140 if (newHead.Intents == NULL)
141 newHead.Intents = newEntry;
144 ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsIntentsPluginChunkType));
H A Dcmsgamma.c74 _cmsCurvesPluginChunkType newHead = { NULL }; local
98 if (newHead.ParametricCurves == NULL)
99 newHead.ParametricCurves = newEntry;
102 ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkType));
H A Dcmsxform.c477 _cmsTransformPluginChunkType newHead = { NULL }; local
499 if (newHead.TransformCollection == NULL)
500 newHead.TransformCollection = newEntry;
503 ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPluginChunkType));
H A Dcmsopt.c1653 _cmsOptimizationPluginChunkType newHead = { NULL }; local
1678 if (newHead.OptimizationCollection == NULL)
1679 newHead.OptimizationCollection = newEntry;
1682 ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimizationPluginChunkType));
H A Dcmspack.c3234 _cmsFormattersPluginChunkType newHead = { NULL }; local
3258 if (newHead.FactoryList == NULL)
3259 newHead.FactoryList = newEntry;
3262 ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPluginChunkType));
H A Dcmstypes.c5275 _cmsTagTypePluginChunkType newHead = { NULL }; local
5297 if (newHead.TagTypes == NULL)
5298 newHead.TagTypes = newEntry;
5301 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType));
5476 _cmsTagPluginChunkType newHead = { NULL }; local
5498 if (newHead.Tag == NULL)
5499 newHead.Tag = newEntry;
5502 ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 178 milliseconds