facing 72 Source/modules/mediastream/SourceInfo.cpp switch (m_webSourceInfo.facing()) { facing 44 Source/modules/mediastream/SourceInfo.h String facing() const; facing 54 Source/platform/exported/WebSourceInfo.cpp PassRefPtr<WebSourceInfoPrivate> WebSourceInfoPrivate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) facing 56 Source/platform/exported/WebSourceInfo.cpp return adoptRef(new WebSourceInfoPrivate(id, kind, label, facing)); facing 59 Source/platform/exported/WebSourceInfo.cpp WebSourceInfoPrivate::WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) facing 63 Source/platform/exported/WebSourceInfo.cpp , m_facing(facing) facing 77 Source/platform/exported/WebSourceInfo.cpp void WebSourceInfo::initialize(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) facing 79 Source/platform/exported/WebSourceInfo.cpp m_private = WebSourceInfoPrivate::create(id, kind, label, facing); facing 103 Source/platform/exported/WebSourceInfo.cpp return m_private->facing(); facing 71 public/platform/WebSourceInfo.h BLINK_PLATFORM_EXPORT VideoFacingMode facing() const;