Home | History | Annotate | Download | only in tests

Lines Matching refs:Protocols

209   RUN_TEST_WITH_REFERENCE_CHECK(Protocols, filter);
303 PP_Var protocols[] = { PP_MakeUndefined() };
311 protocols[0] = CreateVarString(protocol);
315 ws, url_var, protocols, protocol_count,
319 ReleaseVar(protocols[0]);
388 PP_Var protocols[] = { PP_MakeUndefined() };
395 ws, PP_MakeUndefined(), protocols, 1U,
400 ws, PP_MakeUndefined(), protocols, 1U,
572 PP_Var protocols[] = { PP_MakeUndefined() };
615 ws, url, protocols, 0U, callback.GetCallback().pp_completion_callback());
1236 const pp::Var protocols[] = { pp::Var() };
1239 int32_t result = websocket.Connect(pp::Var(), protocols, 1U);
1243 result = websocket.Connect(pp::Var(), protocols, 1U);
1249 result = ws.Connect(pp::Var(std::string(kInvalidURLs[i])), protocols, 0U);
1299 const pp::Var protocols[] = { pp::Var() };
1304 pp::Var(std::string(kInvalidURLs[i])), protocols, 0U);
1323 const pp::Var protocols[] = { pp::Var() };
1326 pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);
1439 const pp::Var protocols[] = { pp::Var(protocol) };
1443 int32_t result = websocket.Connect(pp::Var(url), protocols, 1U);
1461 const pp::Var protocols[] = { pp::Var() };
1464 websocket.Connect(pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);
1495 const pp::Var protocols[] = { pp::Var() };
1498 websocket.Connect(pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);
1527 const pp::Var protocols[] = { pp::Var() };
1530 websocket.Connect(pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);