Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DWebFrameImpl.cpp1281 m_scopingComplete = false; in scopeStringMatches()
1434 m_scopingComplete = true; in scopeStringMatches()
1553 , m_scopingComplete(false) in WebFrameImpl()
1919 if (m_scopingComplete && !m_lastSearchString.isEmpty() && !m_lastMatchCount) { in shouldScopeMatches()
DWebFrameImpl.h341 bool m_scopingComplete; variable