Searched defs:m_before (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java46 * of such a tree, m_before. Likewise for values in the range
194 // If we don't have an m_before object to delegate to, make one.
195 if (m_before == null)
196 m_before =
202 ret = m_before.isInEncoding(ch1);
241 // If we don't have an m_before object to delegate to, make one.
242 if (m_before == null)
243 m_before =
249 ret = m_before.isInEncoding(high,low);
308 private InEncoding m_before; field in class:EncodingInfo.EncodingImpl
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h377 LayoutUnit m_before; member in struct:blink::RenderBox::ComputedMarginValues

Completed in 416 milliseconds