Home | History | Annotate | Download | only in tests

Lines Matching refs:Protocols

209   RUN_TEST_WITH_REFERENCE_CHECK(Protocols, filter);
304 PP_Var protocols[] = { PP_MakeUndefined() };
312 protocols[0] = CreateVarString(protocol);
316 ws, url_var, protocols, protocol_count,
320 ReleaseVar(protocols[0]);
389 PP_Var protocols[] = { PP_MakeUndefined() };
396 ws, PP_MakeUndefined(), protocols, 1U,
401 ws, PP_MakeUndefined(), protocols, 1U,
617 PP_Var protocols[] = { PP_MakeUndefined() };
619 ws, url, protocols, 0U, callback.GetCallback().pp_completion_callback());
1164 const pp::Var protocols[] = { pp::Var() };
1167 websocket.Connect(pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);
1267 const pp::Var protocols[] = { pp::Var() };
1270 int32_t result = websocket.Connect(pp::Var(), protocols, 1U);
1274 result = websocket.Connect(pp::Var(), protocols, 1U);
1280 result = ws.Connect(pp::Var(std::string(kInvalidURLs[i])), protocols, 0U);
1330 const pp::Var protocols[] = { pp::Var() };
1335 pp::Var(std::string(kInvalidURLs[i])), protocols, 0U);
1354 const pp::Var protocols[] = { pp::Var() };
1357 pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);
1470 const pp::Var protocols[] = { pp::Var(protocol) };
1474 int32_t result = websocket.Connect(pp::Var(url), protocols, 1U);
1492 const pp::Var protocols[] = { pp::Var() };
1495 websocket.Connect(pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);
1526 const pp::Var protocols[] = { pp::Var() };
1529 websocket.Connect(pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);
1558 const pp::Var protocols[] = { pp::Var() };
1561 websocket.Connect(pp::Var(GetFullURL(kEchoServerURL)), protocols, 0U);