Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.h158 int mStateWord; member
DCacheBuilder.cpp1970 s->mStateWord = s->mWordCount - 1; in FindPartialAddress()
1988 s->mStateWord = s->mWordCount - 1; in FindPartialAddress()
2179 for (int wordsIndex = s->mStateWord - 1; wordsIndex >= 0; --wordsIndex) { in FindPartialAddress()
2234 if (wordsIndex != s->mStateWord - 1) in FindPartialAddress()