OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:video_destination
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/tests/
test_video_destination.cc
73
PP_Resource
video_destination
;
local
76
video_destination
=
78
ASSERT_EQ(kInvalidResource,
video_destination
);
81
video_destination
));
84
video_destination
=
87
ASSERT_NE(kInvalidResource,
video_destination
);
90
video_destination
));
92
ppb_core_interface_->ReleaseResource(
video_destination
);
96
video_destination
));
110
pp::VideoDestination_Private
video_destination
(instance_)
[
all
...]
Completed in 1507 milliseconds