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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.h 167 mutable int m_resizeRequests;
NativeImageSkia.cpp 109 : m_resizeRequests(0)
115 , m_resizeRequests(0)
313 ++m_resizeRequests;
316 m_resizeRequests = 0;
347 if (m_resizeRequests >= kManyRequestThreshold)

Completed in 60 milliseconds