Searched refs:aChunks (Results 1 – 1 of 1) sorted by relevance
629 std::deque<Chunk> aChunks; in InsertAttrsAsDrawingAttrs() local706 aChunks.push_back(Chunk(nStart, sURL)); in InsertAttrsAsDrawingAttrs()712 aChunks.back().SetEndPos(nStart+1); in InsertAttrsAsDrawingAttrs()773 myIter aEnd = aChunks.end(); in InsertAttrsAsDrawingAttrs()774 for (myIter aIter = aChunks.begin(); aIter != aEnd; ++aIter) in InsertAttrsAsDrawingAttrs()
Completed in 31 milliseconds