Searched refs:gInstanceList (Results 1 – 1 of 1) sorted by relevance
246 static SkTDArray<WebViewCore*> gInstanceList; variable249 *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()