Searched defs:WebSourceInfoPrivate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSourceInfo.cpp36 class WebSourceInfoPrivate FINAL : public RefCounted<WebSourceInfoPrivate> {
38 static PassRefPtr<WebSourceInfoPrivate> create(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode);
46 WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode);
54 PassRefPtr<WebSourceInfoPrivate> WebSourceInfoPrivate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing)
56 return adoptRef(new WebSourceInfoPrivate(id, kind, label, facing));
59 WebSourceInfoPrivate::WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) function in class:blink::WebSourceInfoPrivate
79 m_private = WebSourceInfoPrivate
[all...]

Completed in 90 milliseconds