Searched defs:binaryType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSocketImpl.cpp72 WebSocket::BinaryType WebSocketImpl::binaryType() const function in class:blink::WebSocketImpl
77 bool WebSocketImpl::setBinaryType(BinaryType binaryType) argument
79 if (binaryType > BinaryTypeArrayBuffer)
81 m_binaryType = binaryType;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannel.cpp154 String RTCDataChannel::binaryType() const function in class:blink::RTCDataChannel
166 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& exceptionState) argument
168 if (binaryType == "blob")
170 else if (binaryType == "arraybuffer")
173 exceptionState.throwDOMException(TypeMismatchError, "Unknown binary type : " + binaryType);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DDOMWebSocket.cpp518 String DOMWebSocket::binaryType() const function in class:blink::DOMWebSocket
530 void DOMWebSocket::setBinaryType(const String& binaryType) argument
532 if (binaryType == "blob") {
536 if (binaryType == "arraybuffer") {
540 logError("'" + binaryType + "' is not a valid value for binaryType; binaryType remains unchanged.");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 559 milliseconds