HomeSort by relevance Sort by last modified time
    Searched refs:getOptionalConstraintValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/media/
media_stream_constraints_util.cc 47 !constraints.getOptionalConstraintValue(name_16, value_str)) {
98 if (!constraints.getOptionalConstraintValue(base::UTF8ToUTF16(name),
111 if (!constraints.getOptionalConstraintValue(base::UTF8ToUTF16(name),
124 if (!constraints.getOptionalConstraintValue(base::UTF8ToUTF16(name),
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebMediaConstraints.cpp 48 bool getOptionalConstraintValue(const WebString& name, WebString& value);
96 bool WebMediaConstraintsPrivate::getOptionalConstraintValue(const WebString& name, WebString& value)
137 bool WebMediaConstraints::getOptionalConstraintValue(const WebString& name, WebString& value) const
140 return m_private->getOptionalConstraintValue(name, value);
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaConstraints.h 79 BLINK_PLATFORM_EXPORT bool getOptionalConstraintValue(const WebString& name, WebString& value) const;
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_track_adapter.cc 19 constraints.getOptionalConstraintValue(name, value_str);

Completed in 1317 milliseconds