Home
last modified time | relevance | path

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

/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp544 int javaScriptCount; in Find() local
545 char* foundInJavaScriptCore = GetFile(findJavaScriptCore, NULL, &javaScriptCount); 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()
564 for (index = 0; index < javaScriptCount; index++) { in Find()