HomeSort by relevance Sort by last modified time
    Searched full:expected_protocols (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ppapi/tests/
test_websocket.cc 705 const char* expected_protocols[] = { local
710 for (int i = 0; expected_protocols[i]; ++i) {
712 url += expected_protocols[i];
714 PP_Resource ws = Connect(url.c_str(), &result, expected_protocols[i]);
719 ASSERT_TRUE(AreEqualWithString(protocol, expected_protocols[i]));
    [all...]

Completed in 57 milliseconds