Searched refs:webCount (Results 1 – 1 of 1) sorted by relevance
536 int webCount; in Find() local537 char* foundInWebCore = GetFile(findWebCore, NULL, &webCount); in Find()547 if (webCount == 1 && javaScriptCount == 0) { in Find()549 } else if (webCount == 0 && javaScriptCount == 1) { in Find()551 } else if (webCount == 1 && javaScriptCount == 1 && in Find()554 } else if (webCount == 1 && javaScriptCount == 1 && in Find()557 } else if (webCount + javaScriptCount > 0) { in Find()560 for (index = 0; index < webCount; index++) { in Find()