Home
last modified time | relevance | path

Searched defs:isOutOfFlowRenderFlowThread (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h428 bool isOutOfFlowRenderFlowThread() const { return renderer()->isOutOfFlowRenderFlowThread(); } in isOutOfFlowRenderFlowThread() function
DRenderObject.h382 …bool isOutOfFlowRenderFlowThread() const { return isRenderFlowThread() && isOutOfFlowPositioned();… in isOutOfFlowRenderFlowThread() function