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

  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 40 private TextView mMatches;
58 mMatches = (TextView) mCustomView.findViewById(
133 mMatches.setVisibility(View.GONE);
137 mMatches.setVisibility(View.VISIBLE);
140 mMatches.setText(mResources.getString(
164 mMatches.setText(template);
197 mMatches.setVisibility(View.GONE);
199 mMatches.setText("0");
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.h 151 WTF::Vector<MatchInfo>* array = mMatches;
152 mMatches = NULL;
199 WTF::Vector<MatchInfo>* mMatches;
FindCanvas.cpp 154 mMatches = new WTF::Vector<MatchInfo>();
163 delete mMatches;
215 /* Accumulate and then add the resulting rect to mMatches */
316 SkASSERT(mMatches);
497 mMatches->append(matchInfo);
500 mMatches->last().set(region, mWorkingPicture, mLayerId);

Completed in 1666 milliseconds