HomeSort by relevance Sort by last modified time
    Searched full:quickget (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
BitVector.h 47 // in a manual mode, which is faster (quickSet, quickClear, quickGet, ensureSize).
113 bool quickGet(size_t bit) const
143 return quickGet(bit);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 323 if (m_countBits->quickGet(feature))
UseCounter.cpp 540 if (m_countBits->quickGet(i))
552 if (m_CSSFeatureBits.quickGet(i)) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 596 milliseconds