OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIDIConnectionEventInit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIConnectionEvent.h
39
struct
MIDIConnectionEventInit
: public EventInit {
40
MIDIConnectionEventInit
()
53
static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString&, const
MIDIConnectionEventInit
&);
64
MIDIConnectionEvent(const AtomicString&, const
MIDIConnectionEventInit
&);
MIDIConnectionEvent.cpp
46
MIDIConnectionEvent::MIDIConnectionEvent(const AtomicString& type, const
MIDIConnectionEventInit
& initializer)
62
PassRefPtrWillBeRawPtr<MIDIConnectionEvent> MIDIConnectionEvent::create(const AtomicString& type, const
MIDIConnectionEventInit
& initializer)
Completed in 97 milliseconds