HomeSort by relevance Sort by last modified time
    Searched refs:reloadCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/benchmark/
main.cpp 40 int reloadCount = 0;
53 reloadCount = atoi(optarg);
54 if (reloadCount < 0)
55 reloadCount = 0;
56 LOGD("Reloading %d times", reloadCount);
64 android::benchmark(argv[optind], reloadCount, width, height);
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 171 EXPORT void benchmark(const char* url, int reloadCount, int width, int height) {
267 if (reloadCount)
269 } while (reloadCount--);

Completed in 353 milliseconds