Home
last modified time | relevance | path

Searched refs:m_depth (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderQuote.cpp37 , m_depth(0) in RenderQuote()
281 return quotesData()->getCloseQuote(m_depth - 1).impl(); in computeText()
283 return quotesData()->getOpenQuote(m_depth).impl(); in computeText()
362 m_depth = 0; in detachQuote()
368 int oldDepth = m_depth; in updateDepth()
369 m_depth = 0; in updateDepth()
371 m_depth = m_previous->m_depth; in updateDepth()
375 m_depth++; in updateDepth()
379 if (m_depth) in updateDepth()
380 m_depth--; in updateDepth()
[all …]
DRenderQuote.h56 int m_depth; variable
DRenderLayerCompositor.cpp183 , m_depth(0) in CompositingRecursionData()
194 , m_depth(other.m_depth + 1) in CompositingRecursionData()
204 int m_depth; member
/external/chromium_org/third_party/WebKit/Source/platform/text/
DSuffixTree.h50 : m_depth(depth) in SuffixTree()
59 int limit = std::min(m_depth, query.length()); in mightContain()
100 unsigned limit = std::min(base + m_depth, text.length()); in build()
112 unsigned m_depth; variable
/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java105 m_depth = depth; in setDepth()
110 return m_depth; in getDepth()
182 private int m_depth; field in ReportProperties.ParsedProperties
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DSerializedScriptValue.cpp714 , m_depth(0) in Serializer()
991 ++m_depth; in push()
998 --m_depth; in pop()
1019 if (m_depth > maxDepth) in checkComposite()
1021 if (!shouldCheckForCycles(m_depth)) in checkComposite()
1209 int m_depth; member in WebCore::__anon7aa460ac0111::Serializer