Searched refs:cues (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.idl41 readonly attribute TextTrackCueList cues;
H A DTextTrackCue.cpp127 m_cueIndex = track()->cues()->getCueIndex(this);
139 // When a TextTrack's mode is disabled: no cues are active, no events fired.
H A DTextTrack.h80 TextTrackCueList* cues();
H A DTextTrack.cpp171 // If mode changes to disabled, remove this track's cues from the client
172 // because they will no longer be accessible from the cues() function.
186 TextTrackCueList* TextTrack::cues() function in class:blink::TextTrack
189 // then the cues attribute must return a live TextTrackCueList object ...
192 // http://www.whatwg.org/specs/web-apps/current-work/#dom-texttrack-cues
240 // 1. If the given cue is in a text track list of cues, then remove cue from that text track
241 // list of cues.
246 // 2. Add cue to the method's TextTrack object's text track's text track list of cues.
264 // object's text track's text track list of cues, then throw a NotFoundError exception.
266 exceptionState.throwDOMException(NotFoundError, "The specified cue is not listed in the TextTrack's list of cues
[all...]
/external/libvpx/libvpx/
H A Dwebmenc.h63 unsigned int cues; member in struct:EbmlGlobal
H A Dwebmenc.c256 (glob->cues + 1) * sizeof(struct cue_entry));
262 cue = &glob->cue_list[glob->cues];
265 glob->cues++;
304 for (i = 0; i < glob->cues; i++) {
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c258 struct cues { struct
267 struct cues cues; member in struct:segment
446 E_MASTER(ID_CUE_POINT, TYPE_MASTER, struct cues, cue_point),
455 E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment, cues),
1536 struct ebml_list_node * node = ctx->segment.cues.cue_point.head;
1541 /* If there are no cues loaded, check for cues element in the seek head
1572 ne_ctx_push(ctx, ne_cues_elements, &ctx->segment.cues);
1573 /* parser will run until end of cues elemen
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp1134 // If the cues belong to different text tracks, it doesn't make sense to
1141 // relative text track cue order of the text track cues associated
1157 // 1 - Let current cues be a list of cues, initialized to contain all the
1158 // cues of all the hidden, showing, or showing by default text tracks of the
1172 // 2 - Let other cues be a list of cues, initialized to contain all the cues
1174 // element that are not present in current cues.
1184 // during normal playback, then let missed cues b
1463 textTrackAddCues(TextTrack* track, const TextTrackCueList* cues) argument
1474 textTrackRemoveCues(TextTrack*, const TextTrackCueList* cues) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp273 CuePoint** const cues = local
275 if (!cues)
279 cues[i] = cue_entries_[i];
284 cue_entries_ = cues;
2088 // Write cues and seek entries.
2144 if (!UpdateChunkName("cues", &name))
2155 // Write the seek headers and cues
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp280 CuePoint** const cues = local
282 if (!cues)
286 cues[i] = cue_entries_[i];
291 cue_entries_ = cues;
2200 // Write cues and seek entries.
2257 if (!UpdateChunkName("cues", &name))
2268 // Write the seek headers and cues
/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 831 milliseconds