Searched refs:m_depth (Results 1 – 7 of 7) sorted by relevance
56 , m_depth(UNKNOWN_DEPTH) in RenderQuote()101 ASSERT(head->m_previous->m_depth != UNKNOWN_DEPTH); in placeQuote()109 newDepth = head->m_previous->m_depth; in placeQuote()113 …if (head->m_depth == newDepth) { // All remaining depth should be correct except if splicing was d… in placeQuote()118 newDepth = head->m_previous->m_depth; in placeQuote()121 head->m_depth = newDepth; in placeQuote()243 ASSERT(m_depth != UNKNOWN_DEPTH); in originalText()249 int index = m_depth * 2; in originalText()299 int depth = removedQuote->m_depth; in rendererRemovedFromTree()310 if (depth == quoteAfter->m_depth) in rendererRemovedFromTree()[all …]
44 int m_depth; variable
88 , m_depth(0) in CompositingState()103 int m_depth; member713 ++childState.m_depth;952 ++childState.m_depth;
50 : 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
105 m_depth = depth; in setDepth()110 return m_depth; in getDepth()182 private int m_depth; field in ReportProperties.ParsedProperties
350 , m_depth(0) in Serializer()581 ++m_depth; in push()588 --m_depth; in pop()609 if (m_depth > maxDepth) in checkComposite()611 if (!shouldCheckForCycles(m_depth)) in checkComposite()681 int m_depth; member in WebCore::__anoncc1e08680111::Serializer
267 , m_depth(depth) in DepthManager()273 *m_depth = m_originalDepth; in ~DepthManager()278 int* m_depth; member