HomeSort by relevance Sort by last modified time
    Searched refs:mMatches (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/android/nav/
FindCanvas.h 149 WTF::Vector<MatchInfo>* array = mMatches;
150 mMatches = NULL;
197 WTF::Vector<MatchInfo>* mMatches;
FindCanvas.cpp 131 mMatches = new WTF::Vector<MatchInfo>();
140 delete mMatches;
192 /* Accumulate and then add the resulting rect to mMatches */
293 SkASSERT(mMatches);
485 mMatches->append(matchInfo);
488 mMatches->last().set(region, mWorkingPicture, mLayerId);
  /packages/apps/Browser/src/com/android/browser/
FindDialog.java 37 private TextView mMatches;
93 mMatches = (TextView) findViewById(R.id.matches);
164 // This text is only here to ensure that mMatches has a height.
165 mMatches.setText("0");
213 // mMatches.setText(mBrowserActivity.getResources().getString(
242 mMatches.setText(template);

Completed in 1378 milliseconds