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

  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 132 mWorkingIndex = 0;
300 if (mWorkingIndex) {
309 mWorkingIndex = 0;
317 if (glyphSet->characterMatches(space, mWorkingIndex)) {
318 mWorkingIndex++;
319 if (mWorkingIndex == count) {
325 mWorkingIndex = 0;
332 mWorkingIndex = 0;
341 // Start off with mWorkingIndex in case we are continuing from a prior call
342 int j = mWorkingIndex;
    [all...]
FindCanvas.h 209 int mWorkingIndex;

Completed in 355 milliseconds