Searched refs:m_count (Results 1 - 13 of 13) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
H A DV8Counters.h58 int count() { return m_count; }
63 operator int*() { return &m_count; }
65 int m_count; member in class:WebCore::V8Counters::Counter
H A DV8Counters.cpp43 : m_count(0), m_sampleTotal(0), m_isHistogram(isHistogram) { }
47 m_count++;
/external/webkit/JavaScriptCore/wtf/
H A DRefCountedLeakCounter.h41 volatile int m_count; member in struct:WTF::RefCountedLeakCounter
H A DRefCountedLeakCounter.cpp69 if (m_count) {
71 LOG(RefCountedLeaks, "LEAK: %u %s", m_count, m_description);
83 atomicIncrement(&m_count);
85 ++m_count;
92 atomicDecrement(&m_count);
94 --m_count;
/external/webkit/WebCore/editing/
H A DDeleteFromTextNodeCommand.cpp37 , m_count(count)
41 ASSERT(m_offset + m_count <= m_node->length());
52 m_text = m_node->substringData(m_offset, m_count, ec);
56 m_node->deleteData(m_offset, m_count, ec);
H A DDeleteFromTextNodeCommand.h50 unsigned m_count; member in class:WebCore::DeleteFromTextNodeCommand
/external/webkit/WebCore/rendering/style/
H A DStyleMultiColData.cpp31 , m_count(RenderStyle::initialColumnCount())
45 , m_count(o.m_count)
59 return m_width == o.m_width && m_count == o.m_count && m_gap == o.m_gap &&
H A DStyleMultiColData.h57 unsigned short m_count; member in class:WebCore::StyleMultiColData
H A DRenderStyle.h651 unsigned short columnCount() const { return rareNonInheritedData->m_multiCol->m_count; }
982 void setColumnCount(unsigned short c) { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_autoCount, false); SET_VAR(rareNonInheritedData.access()->m_multiCol, m_count, c); }
983 void setHasAutoColumnCount() { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_autoCount, true); SET_VAR(rareNonInheritedData.access()->m_multiCol, m_count, 0); }
/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java305 if (rc >= 0) ++ m_count;
314 if (rc >= 0) m_count += rc;
322 if (rc >= 0) m_count += rc;
340 return m_count;
343 private long m_count; field in class:DataFactory.RandomAccessFileInputStream
352 m_count += len;
358 m_count += b.length;
364 ++ m_count;
380 return m_count;
383 private long m_count; field in class:DataFactory.RandomAccessFileOutputStream
[all...]
/external/webkit/WebCore/rendering/
H A DRenderTableCell.cpp684 : m_count(0)
692 m_borders[m_count].borderValue = borderValue;
693 m_borders[m_count].side = borderSide;
694 m_borders[m_count].shouldPaint = shouldPaint;
695 m_borders[m_count].x1 = x1;
696 m_borders[m_count].x2 = x2;
697 m_borders[m_count].y1 = y1;
698 m_borders[m_count].y2 = y2;
699 m_borders[m_count].style = borderStyle;
700 m_count
717 int m_count; member in class:WebCore::CollapsedBorders
[all...]
/external/webkit/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp617 int m_count; member in class:PluginCounterPage
622 , m_count(0)
646 m_count++;
698 QCOMPARE(page->m_count, 1);
717 QCOMPARE(page->m_count, 1);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 102 milliseconds