Searched defs:ended (Results 1 - 13 of 13) 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:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrack.cpp104 if (!ended())
115 if (ended())
116 return "ended";
124 return "ended";
145 if (ended())
150 dispatchEvent(Event::create(EventTypeNames::ended));
162 bool MediaStreamTrack::ended() const function in class:blink::MediaStreamTrack
169 if (ended())
181 dispatchEvent(Event::create(EventTypeNames::ended));
H A DMediaStream.cpp49 if (track->ended())
153 bool MediaStream::ended() const function in class:blink::MediaStream
155 return m_stopped || m_descriptor->ended();
170 if (ended()) {
198 if (ended()) {
260 if (ended())
271 if (!(*iter)->ended())
276 if (!(*iter)->ended())
285 if (ended())
289 scheduleDispatchEvent(Event::create(EventTypeNames::ended));
[all...]
/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,
322 ended,
514 RTPSenderAudio::SendTelephoneEventPacket(const bool ended, argument
523 if(ended)
552 // First packet un-ended
555 if(ended)
/external/chromium_org/media/filters/
H A Daudio_renderer_impl_unittest.cc330 bool ended() const { return ended_; } function in class:media::AudioRendererImplTest
446 // Consume all remaining data. We shouldn't have signal ended yet.
449 EXPECT_FALSE(ended());
454 EXPECT_TRUE(ended());
657 EXPECT_FALSE(ended());
660 EXPECT_TRUE(ended());
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) {
145 // |ended| - Set to true if end of stream has been signaled and the special
147 Ranges<TimeDelta> GetBufferedRanges(TimeDelta duration, bool ended) const;
369 bool ended) const {
384 return ComputeIntersection(ranges_list, ended);
1756 bool ended = state_ == ENDED;
1762 ranges_list.push_back(itr->second->GetBufferedRanges(duration_, ended));
1765 return ComputeIntersection(ranges_list, ended);
33 ComputeIntersection(const RangesList& activeRanges, bool ended) argument
[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;
347 bool ended = readyState() == endedKeyword(); local
352 // 5.2 If readyState is "ended", then set the end time on the last range in source ranges to highest end time.
353 if (ended && sourceRanges->length())
470 // 1. Change the readyState attribute value to "ended".
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.cc105 bool ended() const { function in class:__anon4054::ImportEndedObserver
110 // Set if the import has ended.
245 if (!observer.ended()) {
/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.cpp1074 // This is assumed to be whatever 'event' ended up calling this method.
1670 // 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.
2205 bool HTMLMediaElement::ended() const function in class:blink::HTMLMediaElement
2208 // The ended attribute must return true if the media element has ended
3135 // has still ended playback, and the direction of playback is still forwards, and paused
3142 // Queue a task to fire a simple event named ended at the media element.
3145 scheduleEvent(EventTypeNames::ended);
3324 // 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/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5618 milliseconds