Searched defs:calculateMillisecondDelta (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceLoadTiming.h108 double calculateMillisecondDelta(double time) const { return time ? (time - requestTime) * 1000 : -1; } function in class:blink::ResourceLoadTiming

Completed in 82 milliseconds