Home
last modified time | relevance | path

Searched refs:m_activeMatch (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1476 setMarkerActive(m_activeMatch.get(), false); // Active match is changing. in find()
1486 if (!activeSelection && m_activeMatch) { in find()
1487 selection = VisibleSelection(m_activeMatch.get()); in find()
1512 m_activeMatch = 0; in find()
1514 m_activeMatch = newSelection.toNormalizedRange(); in find()
1515 currSelectionRect = m_activeMatch->boundingBox(); in find()
1516 setMarkerActive(m_activeMatch.get(), true); // Active. in find()
1554 m_activeMatch = 0; in find()
1667 activeSelectionRect = m_activeMatch.get() ? in scopeStringMatches()
1668 m_activeMatch->boundingBox() : resultBounds; in scopeStringMatches()
[all …]
DWebFrameImpl.h351 RefPtr<WebCore::Range> m_activeMatch; variable
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp440 , m_activeMatch(0) in WebViewCore()
4285 m_activeMatch = 0; in resetFindOnPage()
4322 if (m_activeMatch) { in findNextOnPage()
4324 m_activeMatch.get(), false); in findNextOnPage()
4333 if (m_activeMatch) { in findNextOnPage()
4334 m_mainFrame->selection()->setSelection(m_activeMatch.get()); in findNextOnPage()
4344 m_activeMatch = 0; in findNextOnPage()
4356 m_activeMatch = selection.firstRange(); in findNextOnPage()
4358 m_activeMatch.get(), true); in findNextOnPage()
DWebViewCore.h785 RefPtr<WebCore::Range> m_activeMatch; variable