Home
last modified time | relevance | path

Searched refs:m_before (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java195 if (m_before == null) in isInEncoding()
196 m_before = in isInEncoding()
202 ret = m_before.isInEncoding(ch1); in isInEncoding()
242 if (m_before == null) in isInEncoding()
243 m_before = in isInEncoding()
249 ret = m_before.isInEncoding(high,low); in isInEncoding()
308 private InEncoding m_before; field in EncodingInfo.EncodingImpl
/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeAnimationEffect.cpp97 …return AnimatableValue::interpolate(m_before->compositeOnto(underlyingValue).get(), m_after->compo… in compositeOnto()
101 : m_before(const_cast<AnimationEffect::CompositableValue*>(before)) in BlendedCompositableValue()
106 RefPtr<AnimationEffect::CompositableValue> m_before; member in __anoneaa7c23c0111::BlendedCompositableValue
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2675 setMarginBefore(computedValues.m_margins.m_before); in updateLogicalHeight()
2698 … shouldFlipBeforeAfter ? computedValues.m_margins.m_after : computedValues.m_margins.m_before, in computeLogicalHeight()
2699 … shouldFlipBeforeAfter ? computedValues.m_margins.m_before : computedValues.m_margins.m_after); in computeLogicalHeight()
2707 … shouldFlipBeforeAfter ? computedValues.m_margins.m_after : computedValues.m_margins.m_before, in computeLogicalHeight()
2708 … shouldFlipBeforeAfter ? computedValues.m_margins.m_before : computedValues.m_margins.m_after); in computeLogicalHeight()
2761 … shouldFlipBeforeAfter ? computedValues.m_margins.m_after : computedValues.m_margins.m_before, in computeLogicalHeight()
2762 … shouldFlipBeforeAfter ? computedValues.m_margins.m_before : computedValues.m_margins.m_after); in computeLogicalHeight()
3759 computedValues.m_margins.m_before = maxValues.m_margins.m_before; in computePositionedLogicalHeight()
3775 computedValues.m_margins.m_before = minValues.m_margins.m_before; in computePositionedLogicalHeight()
3879 computedValues.m_margins.m_before = availableSpace / 2; // split the difference in computePositionedLogicalHeightUsing()
[all …]
DRenderBox.h355 LayoutUnit m_before; member