GetProtocol       335 net/spdy/spdy_http_stream.cc       HttpResponseInfo::ConnectionInfoFromNextProto(stream_->GetProtocol());
GetProtocol       406 net/spdy/spdy_stream.h   NextProto GetProtocol() const;
GetProtocol       410 ppapi/c/ppb_websocket.h   struct PP_Var (*GetProtocol)(PP_Resource web_socket);
GetProtocol       131 ppapi/cpp/websocket.cc              get_interface<PPB_WebSocket_1_0>()->GetProtocol(pp_resource()));
GetProtocol       197 ppapi/cpp/websocket.h   Var GetProtocol();
GetProtocol      1773 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   *_struct_result = iface->GetProtocol(web_socket);
GetProtocol      4706 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProtocol = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocket_GetProtocol,
GetProtocol        51 ppapi/proxy/websocket_resource.h   virtual PP_Var GetProtocol() OVERRIDE;
GetProtocol       214 ppapi/tests/test_websocket.cc   RUN_TEST_WITH_REFERENCE_CHECK(GetProtocol, filter);
GetProtocol       370 ppapi/tests/test_websocket.cc   PP_Var protocol = websocket_interface_->GetProtocol(ws);
GetProtocol       718 ppapi/tests/test_websocket.cc     PP_Var protocol = websocket_interface_->GetProtocol(ws);
GetProtocol      1169 ppapi/tests/test_websocket.cc   ASSERT_TRUE(AreEqualWithString(ws.GetProtocol().pp_var(), std::string()));
GetProtocol      1227 ppapi/tests/test_websocket.cc   ASSERT_TRUE(AreEqualWithString(ws.GetProtocol().pp_var(), std::string()));
GetProtocol      1447 ppapi/tests/test_websocket.cc       websocket.GetProtocol().pp_var(), protocol.c_str()));
GetProtocol        72 ppapi/thunk/ppb_websocket_api.h   virtual PP_Var GetProtocol() = 0;
GetProtocol       124 ppapi/thunk/ppb_websocket_thunk.cc   return enter.object()->GetProtocol();
GetProtocol       155 ppapi/thunk/ppb_websocket_thunk.cc   &GetProtocol,
GetProtocol       136 ppapi/utility/websocket/websocket_api.cc   return impl_->GetProtocol();
GetProtocol        90 ppapi/utility/websocket/websocket_api.h   Var GetProtocol();