OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeReplacedLogicalWidth
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.h
68
virtual LayoutUnit
computeReplacedLogicalWidth
(ShouldComputePreferred = ComputeActual) const OVERRIDE;
RenderReplaced.h
35
virtual LayoutUnit
computeReplacedLogicalWidth
(ShouldComputePreferred = ComputeActual) const OVERRIDE;
RenderVideo.cpp
246
LayoutUnit RenderVideo::
computeReplacedLogicalWidth
(ShouldComputePreferred shouldComputePreferred) const
248
return RenderReplaced::
computeReplacedLogicalWidth
(shouldComputePreferred);
RenderReplaced.cpp
310
constrainedSize.setHeight(RenderBox::
computeReplacedLogicalWidth
() * intrinsicSize.height() / intrinsicSize.width());
328
LayoutUnit RenderReplaced::
computeReplacedLogicalWidth
(ShouldComputePreferred shouldComputePreferred) const
444
m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth =
computeReplacedLogicalWidth
(ComputePreferred);
RenderBox.h
432
virtual LayoutUnit
computeReplacedLogicalWidth
(ShouldComputePreferred = ComputeActual) const;
[
all
...]
RenderBox.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h
77
virtual LayoutUnit
computeReplacedLogicalWidth
(ShouldComputePreferred = ComputeActual) const OVERRIDE;
RenderSVGRoot.cpp
152
LayoutUnit RenderSVGRoot::
computeReplacedLogicalWidth
(ShouldComputePreferred shouldComputePreferred) const
162
return RenderReplaced::
computeReplacedLogicalWidth
(shouldComputePreferred);
172
return RenderReplaced::
computeReplacedLogicalWidth
(shouldComputePreferred);
Completed in 332 milliseconds