/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
TextTrack.idl | 41 readonly attribute TextTrackCueList cues;
|
TextTrackCue.cpp | 127 m_cueIndex = track()->cues()->getCueIndex(this); 139 // When a TextTrack's mode is disabled: no cues are active, no events fired.
|
TextTrack.h | 80 TextTrackCueList* cues();
|
TextTrack.cpp | 171 // 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/ |
webmenc.h | 63 unsigned int cues; member in struct:EbmlGlobal
|
webmenc.c | 130 write_webm_seek_element(ebml, Cues, ebml->cue_pos); 256 (glob->cues + 1) * sizeof(struct cue_entry)); 262 cue = &glob->cue_list[glob->cues]; 265 glob->cues++; 302 Ebml_StartSubElement(glob, &start_cues, Cues); 304 for (i = 0; i < glob->cues; i++) {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
earcons_background.js | 7 * auditory cues.
|
/external/libvpx/libvpx/third_party/nestegg/src/ |
nestegg.c | 88 /* Cues Elements */ 258 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), [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMediaElement.cpp | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 243 // Cues Class 245 Cues::Cues() 251 Cues::~Cues() { 261 bool Cues::AddCue(CuePoint* cue) { 273 CuePoint** const cues = local 275 if (!cues) 279 cues[i] = cue_entries_[i]; 284 cue_entries_ = cues; [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 249 // Cues Class 251 Cues::Cues() 258 Cues::~Cues() { 268 bool Cues::AddCue(CuePoint* cue) { 280 CuePoint** const cues = local 282 if (!cues) 286 cues[i] = cue_entries_[i]; 291 cue_entries_ = cues; [all...] |
/external/chromium_org/third_party/android_platform/webview/ |
frameworks.jar | |