HomeSort by relevance Sort by last modified time
    Searched refs:VideoDestinationHandler (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/media/webrtc/
video_destination_handler.h 70 // VideoDestinationHandler is a glue class between the content MediaStream and
72 class CONTENT_EXPORT VideoDestinationHandler {
86 DISALLOW_COPY_AND_ASSIGN(VideoDestinationHandler);
video_destination_handler_unittest.cc 60 EXPECT_FALSE(VideoDestinationHandler::Open(registry_.get(),
62 EXPECT_TRUE(VideoDestinationHandler::Open(registry_.get(),
70 EXPECT_TRUE(VideoDestinationHandler::Open(registry_.get(),
video_destination_handler.cc 187 bool VideoDestinationHandler::Open(
191 DVLOG(3) << "VideoDestinationHandler::Open";
200 LOG(ERROR) << "VideoDestinationHandler::Open - invalid url: " << url;
  /external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc 54 if (!VideoDestinationHandler::Open(

Completed in 69 milliseconds