Home
last modified time | relevance | path

Searched refs:lastSpan (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
DRegion.cpp186 SpanIterator lastSpan = spans_end() - 1; in bounds() local
187 int maxY = lastSpan->y; in bounds()
192 while (span != lastSpan) { in bounds()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp4384 Span* lastSpan = m_coalescedSpans[m_coalescedSpans.size() - 1]; in CreateCacheIfNecessary() local
4386 …ptrRange.size = (lastSpan->start << kPageShift) - ptrRange.address + (lastSpan->length * kPageSize… in CreateCacheIfNecessary()