Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8WindowShell.cpp258 double contextCreationStartInSeconds = currentTime(); in createContext() local
279 …double contextCreationDurationInMilliseconds = (currentTime() - contextCreationStartInSeconds) * 1… in createContext()