OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeCue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.idl
44
[RaisesException] void
removeCue
(TextTrackCue cue);
TextTrack.cpp
247
cueTrack->
removeCue
(cue.get(), ASSERT_NO_EXCEPTION);
257
void TextTrack::
removeCue
(TextTrackCue* cue, ExceptionState& exceptionState)
264
// The
removeCue
(cue) method of TextTrack objects, when invoked, must run the following steps:
TextTrack.h
104
void
removeCue
(TextTrackCue*, ExceptionState&);
Completed in 34 milliseconds