Home | History | Annotate | Download | only in media

Lines Matching defs:javascript

52   // the page, kick off some javascript and wait for the title to change to OK.
53 void MakeTypicalPeerConnectionCall(const std::string& javascript) {
60 ExecuteJavascriptAndWaitForOk(javascript);
66 void MakeAudioDetectingPeerConnectionCall(const std::string& javascript) {
81 MakeTypicalPeerConnectionCall(javascript);
113 const std::string javascript =
116 MakeTypicalPeerConnectionCall(javascript);
121 const std::string javascript =
124 MakeTypicalPeerConnectionCall(javascript);
129 const std::string javascript =
132 MakeTypicalPeerConnectionCall(javascript);
199 const std::string javascript = GenerateGetUserMediaCall(
201 MakeTypicalPeerConnectionCall(javascript);
387 // Javascript is bypassed since it would trigger a file picker dialog. Instead,