Searched refs:newChunk (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DTextViewer.js1669 var newChunk = this._createNewChunk(startLine, startLine + chunkLinesCount);
1670 this._container.insertBefore(newChunk.element, firstUnmodifiedLineRow);
1673 this._textChunks[chunkNumber] = newChunk;
1675 this._textChunks.splice(chunkNumber, 0, newChunk);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c2324 int newChunk; local
2459 newChunk =
2462 if (newChunk < 0) {
2470 object->chunkId = newChunk;
2477 newChunk, 0);

Completed in 4299 milliseconds