|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"Performance.idl";
Public Member Functions | |
| DOMHighResTimeStamp | now () |
| PerformanceEntryList | getEntries () |
| PerformanceEntryList | getEntriesByType (DOMString entryType) |
| PerformanceEntryList | getEntriesByName (DOMString name, optional DOMString entryType) |
| void | clearResourceTimings () |
| void | setResourceTimingBufferSize (unsigned long maxSize) |
| void | mark (DOMString markName) |
| void | clearMarks (optional DOMString markName) |
| void | measure (DOMString measureName, optional DOMString startMark, optional DOMString endMark) |
| void | clearMeasures (optional DOMString measureName) |
Public Member Functions inherited from EventTarget | |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| readonly attribute PerformanceNavigation | navigation |
| readonly attribute PerformanceTiming | timing |
| attribute EventHandler | onresourcetimingbufferfull |
| void Performance::clearResourceTimings | ( | ) |
| PerformanceEntryList Performance::getEntries | ( | ) |
| PerformanceEntryList Performance::getEntriesByName | ( | DOMString | name, |
| optional DOMString | entryType | ||
| ) |
| PerformanceEntryList Performance::getEntriesByType | ( | DOMString | entryType | ) |
| void Performance::mark | ( | DOMString | markName | ) |
| void Performance::measure | ( | DOMString | measureName, |
| optional DOMString | startMark, | ||
| optional DOMString | endMark | ||
| ) |
| DOMHighResTimeStamp Performance::now | ( | ) |
| void Performance::setResourceTimingBufferSize | ( | unsigned long | maxSize | ) |
| readonly attribute PerformanceNavigation Performance::navigation |
| attribute EventHandler Performance::onresourcetimingbufferfull |
| readonly attribute PerformanceTiming Performance::timing |
1.8.13