Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DFindCanvas.h143 WTF::Vector<MatchInfo>* array = mMatches; in detachMatches()
144 mMatches = NULL; in detachMatches()
191 WTF::Vector<MatchInfo>* mMatches; variable
DFindCanvas.cpp118 mMatches = new WTF::Vector<MatchInfo>(); in FindCanvas()
127 delete mMatches; in ~FindCanvas()
268 SkASSERT(mMatches); in findHelper()
458 mMatches->append(matchInfo); in insertMatchInfo()
459 mMatches->last().set(region, mWorkingPicture); in insertMatchInfo()