Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1523 m_locatingActiveRect = true; in find()
1658 if (m_locatingActiveRect) { in scopeStringMatches()
1668 if (m_locatingActiveRect && (activeSelectionRect == resultBounds)) { in scopeStringMatches()
1675 m_locatingActiveRect = false; in scopeStringMatches()
2106 , m_locatingActiveRect(false) in WebFrameImpl()
DWebFrameImpl.h454 bool m_locatingActiveRect; variable