Searched defs:gPaused (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp63 static bool gPaused; variable
685 ALOGV("(%x) repaint(), gPaused(%d) m_needsRepaint(%d) m_haveContents(%d) ",
686 this, gPaused, m_needsRepaint, m_haveContents);
688 if (!gPaused && m_haveContents && m_needsRepaint && !m_image) {
880 gPaused = state;
881 if (gPaused)
1192 if (!gPaused || WTF::currentTime() >= gPausedDelay)

Completed in 45 milliseconds