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

  /external/chromium_org/third_party/WebKit/Source/web/
WebSocketImpl.cpp 69 WebSocket::BinaryType WebSocketImpl::binaryType() const
74 bool WebSocketImpl::setBinaryType(BinaryType binaryType)
76 if (binaryType > BinaryTypeArrayBuffer)
78 m_binaryType = binaryType;
WebSocketImpl.h 56 virtual BinaryType binaryType() const OVERRIDE;
57 virtual bool setBinaryType(BinaryType) OVERRIDE;
80 BinaryType m_binaryType;
  /external/chromium_org/third_party/WebKit/public/web/
WebSocket.h 68 enum BinaryType {
76 // These functions come from binaryType attribute of the WebSocket API
83 virtual BinaryType binaryType() const = 0;
84 virtual bool setBinaryType(BinaryType) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.idl 43 [SetterRaisesException] attribute DOMString binaryType;
RTCDataChannel.cpp 135 String RTCDataChannel::binaryType() const
147 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& es)
149 if (binaryType == "blob")
151 else if (binaryType == "arraybuffer")
RTCDataChannel.h 65 String binaryType() const;
114 enum BinaryType {
118 BinaryType m_binaryType;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.idl 62 attribute DOMString binaryType;
WebSocket.h 93 String binaryType() const;
147 enum BinaryType {
159 BinaryType m_binaryType;
WebSocket.cpp 440 String WebSocket::binaryType() const
452 void WebSocket::setBinaryType(const String& binaryType)
454 if (binaryType == "blob") {
458 if (binaryType == "arraybuffer") {
462 scriptExecutionContext()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, "'" + binaryType + "' is not a valid value for binaryType; binaryType remains unchanged.");
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 199 milliseconds