OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebInbandTextTrackImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/blink/
webinbandtexttrack_impl.cc
11
WebInbandTextTrackImpl
::
WebInbandTextTrackImpl
(
25
WebInbandTextTrackImpl
::~
WebInbandTextTrackImpl
() {
29
void
WebInbandTextTrackImpl
::setClient(
34
blink::WebInbandTextTrackClient*
WebInbandTextTrackImpl
::client() {
38
WebInbandTextTrackImpl
::Kind
WebInbandTextTrackImpl
::kind() const {
42
blink::WebString
WebInbandTextTrackImpl
::label() const {
46
blink::WebString
WebInbandTextTrackImpl
::language() const
[
all
...]
webinbandtexttrack_impl.h
13
class
WebInbandTextTrackImpl
: public blink::WebInbandTextTrack {
15
WebInbandTextTrackImpl
(Kind kind,
20
virtual ~
WebInbandTextTrackImpl
();
40
DISALLOW_COPY_AND_ASSIGN(
WebInbandTextTrackImpl
);
Completed in 2226 milliseconds