OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:computedautoheight
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.h
109
const LayoutUnit&
computedAutoHeight
() const
115
void setComputedAutoHeight(LayoutUnit
computedAutoHeight
)
117
ASSERT(
computedAutoHeight
>= 0);
118
m_computedAutoHeight =
computedAutoHeight
;
RenderRegion.cpp
67
return
computedAutoHeight
();
86
return
computedAutoHeight
();
651
// have a
computedAutoHeight
and they will not be able to fragment any flow
656
LayoutUnit autoHeight = hasOverrideHeight() ? overrideLogicalContentHeight() :
computedAutoHeight
();
RenderFlowThread.cpp
165
// In the normal layout phase we need to initialize the
computedAutoHeight
for auto-height regions.
[
all
...]
RenderView.cpp
265
// belonging to inner flows. This step will correctly set the
computedAutoHeight
for the auto-height regions. It's possible for non-auto-height
[
all
...]
Completed in 3460 milliseconds