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 318 if (!m_countBits) {
319 m_countBits = adoptPtr(new BitVector(NumberOfFeatures));
320 m_countBits->clearAll();
323 if (m_countBits->quickGet(feature))
326 m_countBits->quickSet(feature);
332 OwnPtr<BitVector> m_countBits;
UseCounter.cpp 538 if (m_countBits) {
540 if (m_countBits->quickGet(i))
544 m_countBits->clearAll();

Completed in 1635 milliseconds