OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computedAutoHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.h
111
const LayoutUnit&
computedAutoHeight
() const
117
void setComputedAutoHeight(LayoutUnit
computedAutoHeight
)
119
ASSERT(
computedAutoHeight
>= 0);
120
m_computedAutoHeight =
computedAutoHeight
;
RenderRegion.cpp
66
return
computedAutoHeight
();
85
return
computedAutoHeight
();
641
// have a
computedAutoHeight
and they will not be able to fragment any flow
646
LayoutUnit autoHeight = hasOverrideHeight() ? overrideLogicalContentHeight() :
computedAutoHeight
();
RenderFlowThread.cpp
164
// In the normal layout phase we need to initialize the
computedAutoHeight
for auto-height regions.
[
all
...]
Completed in 1311 milliseconds