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

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIPortMap.h21 class MIDIPortMap : public GarbageCollected<MIDIPortMap<T> > { class in namespace:blink
23 explicit MIDIPortMap(const HeapHashMap<String, Member<T> >& entries) : m_entries(entries) { } function in class:blink::MIDIPortMap
63 MapIterator(MIDIPortMap<T>* map, IteratorType iterator, IteratorType end)
93 const Member<const MIDIPortMap<T> > m_map;
102 Iterator* MIDIPortMap<T>::keys()
108 Iterator* MIDIPortMap<T>::entries()
114 Iterator* MIDIPortMap<T>::values()
120 T* MIDIPortMap<T>::get(const String& key) const

Completed in 436 milliseconds