VideoFacingMode 38 Source/platform/exported/WebSourceInfo.cpp static PassRefPtr<WebSourceInfoPrivate> create(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode); VideoFacingMode 43 Source/platform/exported/WebSourceInfo.cpp WebSourceInfo::VideoFacingMode facing() const { return m_facing; } VideoFacingMode 46 Source/platform/exported/WebSourceInfo.cpp WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode); VideoFacingMode 51 Source/platform/exported/WebSourceInfo.cpp WebSourceInfo::VideoFacingMode m_facing; VideoFacingMode 54 Source/platform/exported/WebSourceInfo.cpp PassRefPtr<WebSourceInfoPrivate> WebSourceInfoPrivate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) VideoFacingMode 59 Source/platform/exported/WebSourceInfo.cpp WebSourceInfoPrivate::WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) VideoFacingMode 77 Source/platform/exported/WebSourceInfo.cpp void WebSourceInfo::initialize(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) VideoFacingMode 100 Source/platform/exported/WebSourceInfo.cpp WebSourceInfo::VideoFacingMode WebSourceInfo::facing() const VideoFacingMode 64 public/platform/WebSourceInfo.h BLINK_PLATFORM_EXPORT void initialize(const WebString& id, SourceKind, const WebString& label, VideoFacingMode); VideoFacingMode 71 public/platform/WebSourceInfo.h BLINK_PLATFORM_EXPORT VideoFacingMode facing() const;