/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
D | MIDIPort.h | 43 class MIDIPort : public RefCounted<MIDIPort>, public ScriptWrappable, public ActiveDOMObject, publi… 44 REFCOUNTED_EVENT_TARGET(MIDIPort); 51 virtual ~MIDIPort(); 62 … virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIPort; } in interfaceName() 66 …MIDIPort(ExecutionContext*, const String& id, const String& manufacturer, const String& name, MIDI… 76 typedef Vector<RefPtr<MIDIPort> > MIDIPortVector;
|
D | MIDIPort.cpp | 36 MIDIPort::MIDIPort(ExecutionContext* context, const String& id, const String& manufacturer, const S… in MIDIPort() function in WebCore::MIDIPort 48 MIDIPort::~MIDIPort() in ~MIDIPort() 53 String MIDIPort::type() const in type()
|
D | MIDIConnectionEvent.h | 45 RefPtr<MIDIPort> port; 55 … static PassRefPtr<MIDIConnectionEvent> create(const AtomicString& type, PassRefPtr<MIDIPort> port) in create() 65 RefPtr<MIDIPort> port() { return m_port; } in port() 75 MIDIConnectionEvent(const AtomicString& type, PassRefPtr<MIDIPort> port) in MIDIConnectionEvent() 89 RefPtr<MIDIPort> m_port;
|
D | MIDIInput.h | 42 class MIDIInput : public MIDIPort {
|
D | MIDIOutput.h | 44 class MIDIOutput : public MIDIPort {
|
D | MIDIInput.cpp | 48 : MIDIPort(context, id, manufacturer, name, MIDIPortTypeInput, version) in MIDIInput()
|
D | MIDIOutput.cpp | 49 : MIDIPort(context, id, manufacturer, name, MIDIPortTypeOutput, version) in MIDIOutput()
|
D | MIDIInput.idl | 35 ] interface MIDIInput : MIDIPort {
|
D | MIDIConnectionEvent.idl | 35 [InitializedByEventConstructor] readonly attribute MIDIPort port;
|
D | MIDIOutput.idl | 35 ] interface MIDIOutput : MIDIPort {
|
D | MIDIPort.idl | 39 ] interface MIDIPort : EventTarget {
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventTargetFactory.in | 49 modules/webmidi/MIDIPort
|
D | EventTarget.h | 56 class MIDIPort; variable
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | Dictionary.h | 49 class MIDIPort; variable 86 bool get(const String&, RefPtr<MIDIPort>&) const;
|
D | Dictionary.cpp | 438 bool Dictionary::get(const String& key, RefPtr<MIDIPort>& value) const in get()
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
D | modules.gypi | 205 'webmidi/MIDIPort.idl', 757 'webmidi/MIDIPort.cpp', 758 'webmidi/MIDIPort.h',
|
D | modules.target.linux-arm.mk | 281 third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp \
|
D | modules.target.darwin-arm.mk | 281 third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp \
|
D | modules.target.darwin-x86.mk | 281 third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp \
|
D | modules.target.darwin-mips.mk | 281 third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp \
|
D | modules.target.linux-mips.mk | 281 third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp \
|
D | modules.target.linux-x86.mk | 281 third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp \
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | main_idl_files_list.tmp | 514 ../modules/webmidi/MIDIPort.idl
|
D | interface_dependencies.target.darwin-mips.mk | 21 …/MIDIOutput.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl $(LOCAL_PATH)…
|
D | interface_dependencies.target.darwin-x86.mk | 21 …/MIDIOutput.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl $(LOCAL_PATH)…
|