WebSourceInfoPrivate 36 Source/platform/exported/WebSourceInfo.cpp class WebSourceInfoPrivate FINAL : public RefCounted<WebSourceInfoPrivate> { WebSourceInfoPrivate 38 Source/platform/exported/WebSourceInfo.cpp static PassRefPtr<WebSourceInfoPrivate> create(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode); WebSourceInfoPrivate 46 Source/platform/exported/WebSourceInfo.cpp WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode); WebSourceInfoPrivate 54 Source/platform/exported/WebSourceInfo.cpp PassRefPtr<WebSourceInfoPrivate> WebSourceInfoPrivate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) WebSourceInfoPrivate 56 Source/platform/exported/WebSourceInfo.cpp return adoptRef(new WebSourceInfoPrivate(id, kind, label, facing)); WebSourceInfoPrivate 59 Source/platform/exported/WebSourceInfo.cpp WebSourceInfoPrivate::WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) WebSourceInfoPrivate 79 Source/platform/exported/WebSourceInfo.cpp m_private = WebSourceInfoPrivate::create(id, kind, label, facing); WebSourceInfoPrivate 36 public/platform/WebSourceInfo.h class WebSourceInfoPrivate; WebSourceInfoPrivate 74 public/platform/WebSourceInfo.h WebPrivatePtr<WebSourceInfoPrivate> m_private;