OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextCue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
text_cue.cc
9
TextCue
::
TextCue
(const base::TimeDelta& timestamp,
21
TextCue
::~
TextCue
() {}
text_cue.h
17
class MEDIA_EXPORT
TextCue
18
: public base::RefCountedThreadSafe<
TextCue
> {
20
TextCue
(const base::TimeDelta& timestamp,
34
friend class base::RefCountedThreadSafe<
TextCue
>;
35
~
TextCue
();
43
DISALLOW_IMPLICIT_CONSTRUCTORS(
TextCue
);
Completed in 257 milliseconds