Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderPagedFlowThread.h23 virtual bool heightIsAuto() const OVERRIDE { return !columnHeightAvailable(); } in heightIsAuto() function
DRenderMultiColumnFlowThread.h114 …virtual bool heightIsAuto() const { return !columnHeightAvailable() || multiColumnBlockFlow()->sty… in heightIsAuto() function