HomeSort by relevance Sort by last modified time
    Searched defs:WebMediaConstraints (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaConstraints.h 66 class WebMediaConstraints {
68 WebMediaConstraints() { }
69 WebMediaConstraints(const WebMediaConstraints& other) { assign(other); }
70 ~WebMediaConstraints() { reset(); }
72 WebMediaConstraints& operator=(const WebMediaConstraints& other)
78 BLINK_PLATFORM_EXPORT void assign(const WebMediaConstraints&);
90 BLINK_PLATFORM_EXPORT WebMediaConstraints(const WTF::PassRefPtr<WebCore::MediaConstraints>&);
91 BLINK_PLATFORM_EXPORT WebMediaConstraints(WebCore::MediaConstraints*)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebMediaConstraints.cpp 33 #include "public/platform/WebMediaConstraints.h"
47 WebMediaConstraints::WebMediaConstraints(const PassRefPtr<MediaConstraints>& constraints)
52 WebMediaConstraints::WebMediaConstraints(MediaConstraints* constraints)
57 void WebMediaConstraints::assign(const WebMediaConstraints& other)
62 void WebMediaConstraints::reset()
67 void WebMediaConstraints::getMandatoryConstraints(WebVector<WebMediaConstraint>& constraints) const
76 void WebMediaConstraints::getOptionalConstraints(WebVector<WebMediaConstraint>& constraints) cons
    [all...]

Completed in 24 milliseconds