Home
last modified time | relevance | path

Searched defs:AddMandatory (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/media/
Dmock_media_constraint_factory.cc34 void MockMediaConstraintFactory::AddMandatory(const std::string& key, in AddMandatory() function in content::MockMediaConstraintFactory
40 void MockMediaConstraintFactory::AddMandatory(const std::string& key, in AddMandatory() function in content::MockMediaConstraintFactory
47 void MockMediaConstraintFactory::AddMandatory(const std::string& key, in AddMandatory() function in content::MockMediaConstraintFactory
53 void MockMediaConstraintFactory::AddMandatory(const std::string& key, in AddMandatory() function in content::MockMediaConstraintFactory
Drtc_media_constraints.cc81 bool RTCMediaConstraints::AddMandatory(const std::string& key, in AddMandatory() function in content::RTCMediaConstraints
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dfakeconstraints.h53 void AddMandatory(const std::string& key, const T& value) { in AddMandatory() function