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.cpp308 RenderBoxModelObject* nextToLast = this; in continuationBefore() local
317 nextToLast = last; in continuationBefore()
323 return nextToLast; in continuationBefore()
DRenderBlock.cpp430 RenderBlock* nextToLast = this; in continuationBefore() local
439 nextToLast = last; in continuationBefore()
445 return nextToLast; in continuationBefore()