Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp246 static SkTDArray<WebViewCore*> gInstanceList; variable
249 *gInstanceList.append() = inst; in addInstance()
253 int index = gInstanceList.find(inst); in removeInstance()
256 gInstanceList.removeShuffle(index); in removeInstance()
261 return gInstanceList.find(inst) >= 0; in isInstance()
267 if (gInstanceList.isEmpty()) in getApplicationContext()
271 jobject context = gInstanceList[0]->getContext(); in getApplicationContext()