Searched refs:shouldKeepActiveForMinInterval (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2574 bool shouldKeepActiveForMinInterval = false; local
2582 shouldKeepActiveForMinInterval = m_lastShowPressTimestamp && activeInterval < minimumActiveInterval;
2583 if (shouldKeepActiveForMinInterval)
2625 if (shouldKeepActiveForMinInterval) {

Completed in 133 milliseconds