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

  /external/chromium_org/third_party/WebKit/public/web/
WebSocket.h 84 virtual bool setBinaryType(BinaryType) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebSocketImpl.h 57 virtual bool setBinaryType(BinaryType) OVERRIDE;
WebSocketImpl.cpp 74 bool WebSocketImpl::setBinaryType(BinaryType binaryType)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.h 66 void setBinaryType(const String&, ExceptionState&);
RTCDataChannel.cpp 147 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 94 void setBinaryType(const String&);
WebSocket.cpp 452 void WebSocket::setBinaryType(const String& binaryType)
  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.cc 240 websocket_->setBinaryType(WebSocket::BinaryTypeArrayBuffer);

Completed in 76 milliseconds