Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DWebFrameImpl.cpp1215 m_locatingActiveRect = true; in find()
1368 if (m_locatingActiveRect) { in scopeStringMatches()
1378 if (m_locatingActiveRect && (activeSelectionRect == resultBounds)) { in scopeStringMatches()
1385 m_locatingActiveRect = false; in scopeStringMatches()
1548 , m_locatingActiveRect(false) in WebFrameImpl()
DWebFrameImpl.h311 bool m_locatingActiveRect; variable