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

/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackEvent.cpp32 TrackEventInit::TrackEventInit() function in class:blink::TrackEventInit
41 TrackEvent::TrackEvent(const AtomicString& type, const TrackEventInit& initializer)
H A DTrackEvent.h34 struct TrackEventInit : public EventInit { struct in namespace:blink
35 TrackEventInit();
50 static PassRefPtrWillBeRawPtr<TrackEvent> create(const AtomicString& type, const TrackEventInit& initializer)
63 TrackEvent(const AtomicString& type, const TrackEventInit& initializer);

Completed in 54 milliseconds