Searched defs:mIndex (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DCacheBuilder.h288 int mIndex; member in class:android::CacheBuilder::Debug
H A DCachedNode.h103 const CachedNode* document() const { return &this[-mIndex]; }
110 int index() const { return mIndex; }
164 void setIndex(int index) { mIndex = index; }
196 int mIndex; // index of itself, to find first in array (document) member in class:android::CachedNode
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java155 private final int mIndex; field in class:GameObjectFactory.GameObjectType
157 this.mIndex = index;
161 return mIndex;
170 if (type.mIndex == index) {

Completed in 240 milliseconds