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

/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
H A DMediaStreamDescriptor.h83 bool ended() const { return m_ended; } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrack.cpp102 if (!ended())
108 if (ended())
109 return "ended";
117 return "ended";
133 if (ended())
138 dispatchEvent(Event::create(EventTypeNames::ended));
150 bool MediaStreamTrack::ended() const function in class:WebCore::MediaStreamTrack
157 if (ended())
169 dispatchEvent(Event::create(EventTypeNames::ended));
H A DMediaStream.cpp49 if (track->ended())
164 bool MediaStream::ended() const function in class:WebCore::MediaStream
166 return m_stopped || m_descriptor->ended();
171 if (ended()) {
201 if (ended()) {
265 if (ended())
276 if (!(*iter)->ended())
281 if (!(*iter)->ended())
290 if (ended())
294 scheduleDispatchEvent(Event::create(EventTypeNames::ended));
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSource.cpp86 DEFINE_STATIC_LOCAL(const AtomicString, ended, ("ended", AtomicString::ConstructFromLiteral));
87 return ended;
323 bool ended = readyState() == endedKeyword(); local
328 // 5.2 If readyState is "ended", then set the end time on the last range in source ranges to highest end time.
329 if (ended && sourceRanges->length())
446 // 1. Change the readyState attribute value to "ended".
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc289 bool ended = false; local
298 ended = true;
307 SendTelephoneEventPacket(ended, _dtmfTimestamp,
316 ended,
324 ended,
512 RTPSenderAudio::SendTelephoneEventPacket(const bool ended, argument
521 if(ended)
550 // First packet un-ended
553 if(ended)
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.cc104 bool ended() const { function in class:__anon3976::ImportEndedObserver
109 // Set if the import has ended.
241 if (!observer.ended()) {
/external/chromium_org/media/filters/
H A Dchunk_demuxer.cc34 bool ended) {
69 // Step 5.2: If readyState is "ended", then set the end time on the last
71 if (ended && source_ranges.size() > 0u) {
140 // |ended| - Set to true if end of stream has been signaled and the special
142 Ranges<TimeDelta> GetBufferedRanges(TimeDelta duration, bool ended) const;
349 bool ended) const {
364 return ComputeIntersection(ranges_list, ended);
1707 bool ended = state_ == ENDED;
1713 ranges_list.push_back(itr->second->GetBufferedRanges(duration_, ended));
1716 return ComputeIntersection(ranges_list, ended);
33 ComputeIntersection(const RangesList& activeRanges, bool ended) argument
[all...]
/external/chromium_org/third_party/d3/src/
H A Dd3.js1120 var that = this, target = d3.event.target, parent = that.parentNode, dispatch = event.of(that, arguments), dragged = 0, dragId = id(), dragName = ".drag" + (dragId == null ? "" : "-" + dragId), dragOffset, dragSubject = d3.select(subject()).on(move + dragName, moved).on(end + dragName, ended), dragRestore = d3_event_dragSuppress(), position0 = position(parent, dragId);
1145 function ended() {
1351 var that = this, target = d3.event.target, dispatch = event.of(that, arguments), dragged = 0, subject = d3.select(d3_window).on(mousemove, moved).on(mouseup, ended), location0 = location(d3.mouse(that)), dragRestore = d3_event_dragSuppress();
1359 function ended() {
1366 var that = this, dispatch = event.of(that, arguments), locations0 = {}, distance0 = 0, scale0, zoomName = ".zoom-" + d3.event.changedTouches[0].identifier, touchmove = "touchmove" + zoomName, touchend = "touchend" + zoomName, target = d3.select(d3.event.target).on(touchmove, moved).on(touchend, ended), subject = d3.select(that).on(mousedown, null).on(touchstart, started), dragRestore = d3_event_dragSuppress();
1417 function ended() {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp1040 // This is assumed to be whatever 'event' ended up calling this method.
1637 // 9.Otherwise.10 - Asynchronously await a stable state. The synchronous section consists of all the remaining steps of this algorithm until the algorithm says the synchronous section has ended.
2141 bool HTMLMediaElement::ended() const function in class:WebCore::HTMLMediaElement
2144 // The ended attribute must return true if the media element has ended
3042 // has still ended playback, and the direction of playback is still forwards, and paused
3049 // Queue a task to fire a simple event named ended at the media element.
3052 scheduleEvent(EventTypeNames::ended);
3210 // A media element is said to have ended playback when the element's
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 438 milliseconds