OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextCue
(Results
1 - 4
of
4
) 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
);
text_renderer.h
26
class
TextCue
;
97
const scoped_refptr<
TextCue
>& text_cue);
text_renderer.cc
229
scoped_refptr<
TextCue
> text_cue(
230
new
TextCue
(input->timestamp(),
241
const scoped_refptr<
TextCue
>& text_cue) {
Completed in 468 milliseconds