OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoDestinationHandler
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/media/webrtc/
video_destination_handler.h
71
//
VideoDestinationHandler
is a glue class between the content MediaStream and
73
class CONTENT_EXPORT
VideoDestinationHandler
{
87
DISALLOW_COPY_AND_ASSIGN(
VideoDestinationHandler
);
video_destination_handler_unittest.cc
62
EXPECT_FALSE(
VideoDestinationHandler
::Open(registry_.get(),
64
EXPECT_TRUE(
VideoDestinationHandler
::Open(registry_.get(),
72
EXPECT_TRUE(
VideoDestinationHandler
::Open(registry_.get(),
video_destination_handler.cc
188
bool
VideoDestinationHandler
::Open(
192
DVLOG(3) << "
VideoDestinationHandler
::Open";
201
LOG(ERROR) << "
VideoDestinationHandler
::Open - invalid url: " << url;
/external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc
54
if (!
VideoDestinationHandler
::Open(
Completed in 234 milliseconds