Home
last modified time | relevance | path

Searched defs:binaryType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebSocketImpl.cpp72 WebSocket::BinaryType WebSocketImpl::binaryType() const in binaryType() function in blink::WebSocketImpl
77 bool WebSocketImpl::setBinaryType(BinaryType binaryType) in setBinaryType()
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCDataChannel.cpp160 String RTCDataChannel::binaryType() const in binaryType() function in WebCore::RTCDataChannel
172 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& exceptionState) in setBinaryType()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocket.cpp532 String WebSocket::binaryType() const in binaryType() function in WebCore::WebSocket
544 void WebSocket::setBinaryType(const String& binaryType) in setBinaryType()
DWebSocketTest.cpp720 TEST_F(WebSocketTest, binaryType) in TEST_F() argument