Home | History | Annotate | Download | only in icon

Lines Matching refs:currentTime

43 #include <wtf/CurrentTime.h>
537 icon->setTimestamp((int)currentTime());
658 return (int)currentTime() - icon->getTimestamp() > iconExpirationTime ? IconLoadYes : IconLoadNo;
940 writeIconSnapshotToSQLDatabase(IconSnapshot(iconURL, (int)currentTime(), data.get()));
971 double startTime = currentTime();
997 double timeStamp = currentTime();
1006 double newStamp = currentTime();
1029 newStamp = currentTime();
1036 // while (currentTime() - timeStamp < 10);
1046 newStamp = currentTime();
1362 double timeStamp = currentTime();
1395 double time = currentTime();
1401 LOG(IconDatabase, "(THREAD) pruneUnretainedIcons() took %.4f seconds", currentTime() - time);
1414 double newstamp = currentTime();
1462 double timeStamp = currentTime();
1561 LOG(IconDatabase, "Reading from database took %.4f seconds", currentTime() - timeStamp);
1571 double timeStamp = currentTime();
1621 LOG(IconDatabase, "Updating the database took %.4f seconds", currentTime() - timeStamp);
1776 double timeStamp = currentTime();
1796 LOG(IconDatabase, "(THREAD) Final closure took %.4f seconds", currentTime() - timeStamp);