Home
last modified time | relevance | path

Searched refs:pageAgentContinuousPaintingEnabled (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp97 static const char pageAgentContinuousPaintingEnabled[] = "pageAgentContinuousPaintingEnabled"; variable
363 …ontinuousPaintingEnabled = m_state->getBoolean(PageAgentState::pageAgentContinuousPaintingEnabled); in restore()
728 m_state->setBoolean(PageAgentState::pageAgentContinuousPaintingEnabled, enabled); in setContinuousPaintingEnabled()
1097 …tinuousPaintingEnabled(m_state->getBoolean(PageAgentState::pageAgentContinuousPaintingEnabled) && … in updateViewMetrics()