• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/loader/icon/

Lines Matching defs:timeStamp

674     // If we have a IconRecord, it should also have its timeStamp marked because there is only two times when we create the IconRecord:
675 // 1 - When we read the icon urls from disk, getting the timeStamp at the same time
1020 double timeStamp = currentTime();
1021 LOG(IconDatabase, "(THREAD) Open took %.4f seconds", timeStamp - startTime);
1032 LOG(IconDatabase, "(THREAD) performOpenInitialization() took %.4f seconds, now %.4f seconds from thread start", newStamp - timeStamp, newStamp - startTime);
1033 timeStamp = newStamp;
1037 // while (currentTime() - timeStamp < 10);
1050 LOG(IconDatabase, "(THREAD) performURLImport() took %.4f seconds. Entering main loop %.4f seconds from thread start", newStamp - timeStamp, newStamp - startTime);
1377 double timeStamp = currentTime();
1435 LOG(IconDatabase, "(THREAD) Main work loop ran for %.4f seconds, %s requested to terminate", newstamp - timeStamp, shouldStopThreadActivity() ? "was" : "was not");
1516 double timeStamp = currentTime();
1610 LOG(IconDatabase, "Reading from database took %.4f seconds", currentTime() - timeStamp);
1620 double timeStamp = currentTime();
1650 LOG(IconDatabase, "Wrote IconRecord for IconURL %s with timeStamp of %i to the DB", urlForLogging(iconSnapshots[i].iconURL()).ascii().data(), iconSnapshots[i].timestamp());
1670 LOG(IconDatabase, "Updating the database took %.4f seconds", currentTime() - timeStamp);
1825 double timeStamp = currentTime();
1845 LOG(IconDatabase, "(THREAD) Final closure took %.4f seconds", currentTime() - timeStamp);