HomeSort by relevance Sort by last modified time
    Searched refs:GetProtocol (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_websocket_api.h 72 virtual PP_Var GetProtocol() = 0;
ppb_websocket_thunk.cc 119 struct PP_Var GetProtocol(PP_Resource web_socket) {
120 VLOG(4) << "PPB_WebSocket::GetProtocol()";
124 return enter.object()->GetProtocol();
155 &GetProtocol,
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.h 85 /// GetProtocol() returns the sub-protocol chosen by the server for the
90 Var GetProtocol();
websocket_api.cc 135 Var WebSocketAPI::GetProtocol() {
136 return impl_->GetProtocol();
  /external/chromium_org/ppapi/cpp/
websocket.h 190 /// GetProtocol() returns the sub-protocol chosen by the server for the
197 Var GetProtocol();
websocket.cc 126 Var WebSocket::GetProtocol() {
131 get_interface<PPB_WebSocket_1_0>()->GetProtocol(pp_resource()));
  /external/chromium_org/ppapi/c/
ppb_websocket.h 400 * GetProtocol() returns the sub-protocol chosen by the server for the
410 struct PP_Var (*GetProtocol)(PP_Resource web_socket);
  /external/chromium_org/ppapi/api/
ppb_websocket.idl 420 * GetProtocol() returns the sub-protocol chosen by the server for the
431 PP_Var GetProtocol([in] PP_Resource web_socket);
  /external/chromium_org/ppapi/proxy/
websocket_resource.h 51 virtual PP_Var GetProtocol() OVERRIDE;
131 // read via GetProtocol().
websocket_resource.cc 307 PP_Var WebSocketResource::GetProtocol() {
  /external/chromium_org/net/spdy/
spdy_stream.h 413 NextProto GetProtocol() const;
spdy_http_stream.cc 331 HttpResponseInfo::ConnectionInfoFromNextProto(stream_->GetProtocol());
spdy_stream.cc 737 NextProto SpdyStream::GetProtocol() const {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.cc 60 ProtocolType GetProtocol() const {
544 return conn1->GetProtocol() <= conn2->GetProtocol() ? conn1 : conn2;
  /external/chromium_org/ppapi/tests/
test_websocket.cc 214 RUN_TEST_WITH_REFERENCE_CHECK(GetProtocol, filter);
371 PP_Var protocol = websocket_interface_->GetProtocol(ws);
722 PP_Var protocol = websocket_interface_->GetProtocol(ws);
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 299 static DNSServiceProtocol GetProtocol(const char *s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h 212 virtual HRESULT WINAPI GetProtocol(LPWSTR *pProtocol) = 0;
224 HRESULT (WINAPI *GetProtocol)(IBackgroundCopyError *This,LPWSTR *pProtocol);
238 #define IBackgroundCopyError_GetProtocol(This,pProtocol) (This)->lpVtbl->GetProtocol(This,pProtocol)
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 421 milliseconds