Searched refs:isHorizontalFlow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp314 // FIXME: If the child is a flexbox, then we need to check isHorizontalFlow.
315 return isHorizontalFlow() != child.isHorizontalWritingMode();
323 bool RenderFlexibleBox::isHorizontalFlow() const function in class:blink::RenderFlexibleBox
346 flexLength = isHorizontalFlow() ? child.style()->width() : child.style()->height();
352 return isHorizontalFlow() ? child.height() : child.width();
377 return isHorizontalFlow() ? childIntrinsicHeight(child) : childIntrinsicWidth(child);
382 return isHorizontalFlow() ? child.width() : child.height();
387 return isHorizontalFlow() ? height() : width();
392 return isHorizontalFlow() ? width() : height();
397 return isHorizontalFlow()
[all...]
H A DRenderFlexibleBox.h58 bool isHorizontalFlow() const;
H A DRenderBox.cpp4068 if (flexibleBox->isHorizontalFlow())

Completed in 467 milliseconds