HomeSort by relevance Sort by last modified time
    Searched defs:VideoSource_Private (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/cpp/private/
video_source_private.h 25 /// The <code>VideoSource_Private</code> class contains methods for creating
28 class VideoSource_Private : public Resource {
30 /// Default constructor for creating a <code>VideoSource_Private</code>
32 VideoSource_Private();
34 /// Constructor for creating a <code>VideoSource_Private</code> for an
36 explicit VideoSource_Private(const InstanceHandle& instance);
38 /// The copy constructor for <code>VideoSource_Private</code>.
40 /// @param[in] other A reference to a <code>VideoSource_Private</code>.
41 VideoSource_Private(const VideoSource_Private& other)
    [all...]
video_source_private.cc 25 VideoSource_Private::VideoSource_Private() {
28 VideoSource_Private::VideoSource_Private(const InstanceHandle& instance) {
35 VideoSource_Private::VideoSource_Private(const VideoSource_Private& other)
39 VideoSource_Private::VideoSource_Private(PassRef, PP_Resource resource)
43 int32_t VideoSource_Private::Open(const Var& stream_url
    [all...]

Completed in 715 milliseconds