m_count           544 Source/core/css/FontFaceSet.cpp         blink::Platform::current()->histogramCustomCounts("WebFont.WebFontsInPage", m_count, 1, 100, 50);
m_count           114 Source/core/css/FontFaceSet.h         FontLoadHistogram() : m_status(NoWebFonts), m_count(0), m_recorded(false) { }
m_count           115 Source/core/css/FontFaceSet.h         void incrementCount() { m_count++; }
m_count           121 Source/core/css/FontFaceSet.h         int m_count;
m_count            37 Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h         : m_count(document ? &document->m_ignoreDestructiveWriteCount : 0)
m_count            39 Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h         if (!m_count)
m_count            41 Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h         ++(*m_count);
m_count            46 Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h         if (!m_count)
m_count            48 Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h         --(*m_count);
m_count            52 Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h     unsigned* m_count;
m_count            44 Source/core/editing/DeleteFromTextNodeCommand.cpp     ASSERT(m_offset + m_count <= m_node->length());
m_count            55 Source/core/editing/DeleteFromTextNodeCommand.cpp     m_text = m_node->substringData(m_offset, m_count, exceptionState);
m_count            59 Source/core/editing/DeleteFromTextNodeCommand.cpp     m_node->deleteData(m_offset, m_count, exceptionState, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
m_count            50 Source/core/editing/DeleteFromTextNodeCommand.h     unsigned m_count;
m_count          1032 Source/core/rendering/RenderTableCell.cpp         : m_count(0)
m_count          1040 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].borderValue = borderValue;
m_count          1041 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].side = borderSide;
m_count          1042 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].shouldPaint = shouldPaint;
m_count          1043 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].x1 = x1;
m_count          1044 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].x2 = x2;
m_count          1045 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].y1 = y1;
m_count          1046 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].y2 = y2;
m_count          1047 Source/core/rendering/RenderTableCell.cpp             m_borders[m_count].style = borderStyle;
m_count          1048 Source/core/rendering/RenderTableCell.cpp             m_count++;
m_count          1054 Source/core/rendering/RenderTableCell.cpp         for (unsigned i = 0; i < m_count; i++) {
m_count          1065 Source/core/rendering/RenderTableCell.cpp     unsigned m_count;
m_count           847 Source/core/rendering/style/RenderStyle.h     unsigned short columnCount() const { return rareNonInheritedData->m_multiCol->m_count; }
m_count          1308 Source/core/rendering/style/RenderStyle.h     void setColumnCount(unsigned short c) { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_autoCount, false); SET_VAR(rareNonInheritedData.access()->m_multiCol, m_count, c); }
m_count          1309 Source/core/rendering/style/RenderStyle.h     void setHasAutoColumnCount() { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_autoCount, true); SET_VAR(rareNonInheritedData.access()->m_multiCol, m_count, 0); }
m_count            31 Source/core/rendering/style/StyleMultiColData.cpp     , m_count(RenderStyle::initialColumnCount())
m_count            48 Source/core/rendering/style/StyleMultiColData.cpp     , m_count(o.m_count)
m_count            65 Source/core/rendering/style/StyleMultiColData.cpp     return m_width == o.m_width && m_count == o.m_count && m_gap == o.m_gap
m_count            57 Source/core/rendering/style/StyleMultiColData.h     unsigned short m_count;
m_count           736 Source/platform/PODRedBlackTree.h             : m_count(0) { }
m_count           738 Source/platform/PODRedBlackTree.h         virtual void visit(const T&) { ++m_count; }
m_count           739 Source/platform/PODRedBlackTree.h         int count() const { return m_count; }
m_count           742 Source/platform/PODRedBlackTree.h         int m_count;
m_count           130 Source/platform/heap/HeapTest.cpp             m_count++;                                                     \
m_count           137 Source/platform/heap/HeapTest.cpp         : m_count(0)
m_count           144 Source/platform/heap/HeapTest.cpp             m_count++;
m_count           150 Source/platform/heap/HeapTest.cpp         m_count++;
m_count           156 Source/platform/heap/HeapTest.cpp         m_count++;
m_count           165 Source/platform/heap/HeapTest.cpp     size_t count() { return m_count; }
m_count           166 Source/platform/heap/HeapTest.cpp     void reset() { m_count = 0; }
m_count           169 Source/platform/heap/HeapTest.cpp     size_t m_count;
m_count           767 Source/platform/heap/HeapTest.cpp         : m_count(0)
m_count           779 Source/platform/heap/HeapTest.cpp         if (m_count < m_expectedCount)
m_count           783 Source/platform/heap/HeapTest.cpp         m_count++;
m_count           801 Source/platform/heap/HeapTest.cpp     bool validate() { return m_count >= m_expectedCount; }
m_count           802 Source/platform/heap/HeapTest.cpp     void reset() { m_count = 0; }
m_count           816 Source/platform/heap/HeapTest.cpp     int m_count;
m_count            91 Source/web/tests/ScrollAnimatorNoneTest.cpp     int m_count;
m_count           101 Source/web/tests/ScrollAnimatorNoneTest.cpp         m_count = 0;
m_count           107 Source/web/tests/ScrollAnimatorNoneTest.cpp         m_count++;
m_count          3151 Source/web/tests/WebFrameTest.cpp         m_count = count;
m_count          3157 Source/web/tests/WebFrameTest.cpp     int count() const { return m_count; }
m_count          3161 Source/web/tests/WebFrameTest.cpp     int m_count;
m_count          1460 Source/web/tests/WebViewTest.cpp     CreateChildCounterFrameClient() : m_count(0) { }
m_count          1463 Source/web/tests/WebViewTest.cpp     int count() const { return m_count; }
m_count          1466 Source/web/tests/WebViewTest.cpp     int m_count;
m_count          1471 Source/web/tests/WebViewTest.cpp     ++m_count;
m_count            72 Source/wtf/CryptographicallyRandomNumber.cpp     int m_count;
m_count            85 Source/wtf/CryptographicallyRandomNumber.cpp     : m_count(0)
m_count           113 Source/wtf/CryptographicallyRandomNumber.cpp     m_count = 1600000;
m_count           118 Source/wtf/CryptographicallyRandomNumber.cpp     if (m_count <= 0)
m_count           147 Source/wtf/CryptographicallyRandomNumber.cpp     m_count -= 4;
m_count           159 Source/wtf/CryptographicallyRandomNumber.cpp         m_count--;
m_count            73 Source/wtf/RefCountedLeakCounter.cpp     if (m_count) {
m_count            75 Source/wtf/RefCountedLeakCounter.cpp             WTF_LOG(RefCountedLeaks, "LEAK: %u %s", m_count, m_description);
m_count            86 Source/wtf/RefCountedLeakCounter.cpp     atomicIncrement(&m_count);
m_count            91 Source/wtf/RefCountedLeakCounter.cpp     atomicDecrement(&m_count);
m_count            40 Source/wtf/RefCountedLeakCounter.h         volatile int m_count;
m_count            18 Source/wtf/TerminatedArrayBuilder.h         , m_count(0)
m_count            23 Source/wtf/TerminatedArrayBuilder.h         m_capacity = m_count = m_array->size();
m_count            30 Source/wtf/TerminatedArrayBuilder.h             ASSERT(!m_count);
m_count            38 Source/wtf/TerminatedArrayBuilder.h         m_array->at(m_count - 1).setLastInArray(false);
m_count            43 Source/wtf/TerminatedArrayBuilder.h         RELEASE_ASSERT(m_count < m_capacity);
m_count            45 Source/wtf/TerminatedArrayBuilder.h         m_array->at(m_count++) = item;
m_count            50 Source/wtf/TerminatedArrayBuilder.h         RELEASE_ASSERT(m_count == m_capacity);
m_count            52 Source/wtf/TerminatedArrayBuilder.h             m_array->at(m_count - 1).setLastInArray(true);
m_count            61 Source/wtf/TerminatedArrayBuilder.h         for (size_t i = 0; i < m_count; ++i) {
m_count            62 Source/wtf/TerminatedArrayBuilder.h             bool isLastInArray = (i + 1 == m_count);
m_count            71 Source/wtf/TerminatedArrayBuilder.h     size_t m_count;