Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp282 RenderBoxModelObject* nextToLast = this; in continuationBefore() local
291 nextToLast = last; in continuationBefore()
297 return nextToLast; in continuationBefore()
DRenderBlock.cpp331 RenderBlock* nextToLast = this; in continuationBefore() local
340 nextToLast = last; in continuationBefore()
346 return nextToLast; in continuationBefore()