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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 224 NumCachedClipRectsTypes,
240 for (int i = 0; i < NumCachedClipRectsTypes; ++i) {
251 const RenderLayer* m_clipRectsRoot[NumCachedClipRectsTypes];
252 OverlayScrollbarSizeRelevancy m_scrollbarRelevancy[NumCachedClipRectsTypes];
260 index += static_cast<int>(NumCachedClipRectsTypes);
264 RefPtr<ClipRects> m_clipRects[NumCachedClipRectsTypes * 2];
646 ASSERT(context.clipRectsType < NumCachedClipRectsTypes);
    [all...]
RenderLayer.cpp     [all...]

Completed in 30 milliseconds