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

  /external/chromium_org/third_party/WebKit/Source/web/
WebSocketImpl.h 56 virtual BinaryType binaryType() const OVERRIDE;
57 virtual bool setBinaryType(BinaryType) OVERRIDE;
80 BinaryType m_binaryType;
WebSocketImpl.cpp 69 WebSocket::BinaryType WebSocketImpl::binaryType() const
74 bool WebSocketImpl::setBinaryType(BinaryType binaryType)
76 if (binaryType > BinaryTypeArrayBuffer)
78 m_binaryType = 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-trace/trace-viewer/third_party/pywebsocket/src/example/
console.html 69 function setbinarytype(binaryType) {
75 socket.binaryType = binaryType;
76 addToLog('Set binaryType to ' + binaryType);
215 name="binarytype"
219 name="binarytype"
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.h 65 String binaryType() const;
114 enum BinaryType {
118 BinaryType m_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.idl 43 [SetterRaisesException] attribute DOMString binaryType;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 93 String binaryType() const;
147 enum BinaryType {
159 BinaryType m_binaryType;
WebSocket.idl 62 attribute DOMString 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.");
  /external/chromium_org/v8/src/
type-info.h 300 void BinaryType(TypeFeedbackId id,
type-info.cc 387 void TypeFeedbackOracle::BinaryType(TypeFeedbackId id,
typing.cc 545 oracle()->BinaryType(expr->BinaryOperationFeedbackId(),
  /external/v8/src/
type-info.h 289 TypeInfo BinaryType(BinaryOperation* expr);
type-info.cc 378 TypeInfo TypeFeedbackOracle::BinaryType(BinaryOperation* expr) {
hydrogen.cc     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 70 import org.eclipse.jdt.internal.core.BinaryType;
556 @SuppressWarnings("restriction") // BinaryType
570 if (type instanceof BinaryType && (type.getClassFile() == null
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 3915 milliseconds