HomeSort by relevance Sort by last modified time
    Searched refs:m_countBits (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
UseCounter.h 200 if (!m_countBits) {
201 m_countBits = adoptPtr(new BitVector(NumberOfFeatures));
202 m_countBits->clearAll();
205 if (m_countBits->quickGet(feature))
208 m_countBits->quickSet(feature);
214 OwnPtr<BitVector> m_countBits;
UseCounter.cpp 522 if (m_countBits) {
524 if (m_countBits->quickGet(i))
528 m_countBits->clearAll();

Completed in 58 milliseconds