HomeSort by relevance Sort by last modified time
    Searched refs:TrackBase (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackBase.cpp 27 #include "core/html/track/TrackBase.h"
31 TrackBase::TrackBase(ScriptExecutionContext* context, Type type)
38 TrackBase::~TrackBase()
42 const AtomicString& TrackBase::interfaceName() const
47 ScriptExecutionContext* TrackBase::scriptExecutionContext() const
52 EventTargetData* TrackBase::eventTargetData()
57 EventTargetData* TrackBase::ensureEventTargetData()
TrackBase.h 36 class TrackBase : public RefCounted<TrackBase>, public EventTarget {
38 virtual ~TrackBase();
46 using RefCounted<TrackBase>::ref;
47 using RefCounted<TrackBase>::deref;
50 TrackBase(ScriptExecutionContext*, Type);
TrackEvent.h 30 #include "core/html/track/TrackBase.h"
37 RefPtr<TrackBase> track;
56 TrackBase* track() const { return m_track.get(); }
62 RefPtr<TrackBase> m_track;
TextTrack.h 31 #include "core/html/track/TrackBase.h"
57 class TextTrack : public TrackBase, public ScriptWrappable {
TextTrack.cpp 96 : TrackBase(context, TrackBase::TextTrack)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8TrackEventCustom.cpp 36 #include "core/html/track/TrackBase.h"
44 TrackBase* track = trackEvent->track();
52 case TrackBase::BaseTrack:
57 case TrackBase::TextTrack:
61 case TrackBase::AudioTrack:
62 case TrackBase::VideoTrack:
  /frameworks/av/services/audioflinger/
TrackBase.h 23 class TrackBase : public ExtendedAudioBufferProvider, public RefBase {
40 TrackBase(ThreadBase *thread,
49 virtual ~TrackBase();
60 TrackBase(const TrackBase&);
61 TrackBase& operator = (const TrackBase&);
68 // but putting it in TrackBase avoids the complexity of virtual inheritance
116 /*const*/ sp<Client> mClient; // see explanation at ~TrackBase() why not const
RecordTracks.h 23 class RecordTrack : public TrackBase {
Threads.cpp     [all...]
Tracks.cpp 56 // TrackBase
61 // TrackBase constructor must be called with AudioFlinger::mLock held
62 AudioFlinger::ThreadBase::TrackBase::TrackBase(
157 AudioFlinger::ThreadBase::TrackBase::~TrackBase()
185 void AudioFlinger::ThreadBase::TrackBase::releaseBuffer(AudioBufferProvider::Buffer* buffer)
201 status_t AudioFlinger::ThreadBase::TrackBase::setSyncEvent(const sp<SyncEvent>& event)
317 : TrackBase(thread, client, sampleRate, format, channelMask, frameCount, sharedBuffer,
580 mState = TrackBase::STOPPING_1
    [all...]
PlaybackTracks.h 23 class Track : public TrackBase, public VolumeProvider {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.h 53 class TrackBase;
84 bool get(const String&, RefPtr<TrackBase>&) const;
Dictionary.cpp 54 #include "core/html/track/TrackBase.h"
372 bool Dictionary::get(const String& key, RefPtr<TrackBase>& value) const
378 TrackBase* source = 0;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 284 third_party/WebKit/Source/core/html/track/TrackBase.cpp \
webcore_html.target.darwin-mips.mk 284 third_party/WebKit/Source/core/html/track/TrackBase.cpp \
webcore_html.target.darwin-x86.mk 284 third_party/WebKit/Source/core/html/track/TrackBase.cpp \
webcore_html.target.linux-arm.mk 284 third_party/WebKit/Source/core/html/track/TrackBase.cpp \
webcore_html.target.linux-mips.mk 284 third_party/WebKit/Source/core/html/track/TrackBase.cpp \
webcore_html.target.linux-x86.mk 284 third_party/WebKit/Source/core/html/track/TrackBase.cpp \

Completed in 203 milliseconds