Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h245 const WebFrameImpl* activeMatchFrame() const { return m_activeMatchFrame; } in activeMatchFrame()
348 WebFrameImpl* m_activeMatchFrame; variable
DWebFrameImpl.cpp1498 WebFrameImpl* oldActiveFrame = mainFrameImpl->m_activeMatchFrame; in find()
1500 mainFrameImpl->m_activeMatchFrame = this; in find()
1678 mainFrameImpl->m_activeMatchFrame = this; in scopeStringMatches()
1900 , m_activeMatchFrame(0) in WebFrameImpl()