Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1528 m_locatingActiveRect = true; in find()
1666 if (m_locatingActiveRect) { in scopeStringMatches()
1676 if (m_locatingActiveRect && (activeSelectionRect == resultBounds)) { in scopeStringMatches()
1683 m_locatingActiveRect = false; in scopeStringMatches()
1902 , m_locatingActiveRect(false) in WebFrameImpl()
DWebFrameImpl.h359 bool m_locatingActiveRect; variable