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/frame/
UseCounter.h 574 if (!m_countBits) {
575 m_countBits = adoptPtr(new BitVector(NumberOfFeatures));
576 m_countBits->clearAll();
579 if (m_countBits->quickGet(feature))
582 m_countBits->quickSet(feature);
588 OwnPtr<BitVector> m_countBits;
UseCounter.cpp 554 if (m_countBits) {
556 if (m_countBits->quickGet(i))
560 m_countBits->clearAll();
    [all...]

Completed in 62 milliseconds