OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoDestination_Private
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/cpp/private/
video_destination_private.h
25
/// The <code>
VideoDestination_Private
</code> class contains methods for
28
class
VideoDestination_Private
: public Resource {
30
/// Default constructor for creating a <code>
VideoDestination_Private
</code>
32
VideoDestination_Private
();
34
/// Constructor for creating a <code>
VideoDestination_Private
</code> for an
36
explicit
VideoDestination_Private
(const InstanceHandle& instance);
38
/// The copy constructor for <code>
VideoDestination_Private
</code>.
40
/// @param[in] other A reference to a <code>
VideoDestination_Private
</code>.
41
VideoDestination_Private
(const
VideoDestination_Private
& other)
[
all
...]
video_destination_private.cc
25
VideoDestination_Private
::
VideoDestination_Private
() {
28
VideoDestination_Private
::
VideoDestination_Private
(
37
VideoDestination_Private
::
VideoDestination_Private
(
38
const
VideoDestination_Private
& other)
42
VideoDestination_Private
::
VideoDestination_Private
(PassRef,
47
int32_t
VideoDestination_Private
::Open(const Var& stream_url
[
all
...]
/external/chromium_org/ppapi/tests/
test_video_destination.cc
110
pp::
VideoDestination_Private
video_destination(instance_);
/external/chromium_org/ppapi/examples/video_effects/
video_effects.cc
61
pp::
VideoDestination_Private
video_destination_;
Completed in 63 milliseconds