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/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/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/Source/modules/mediastream/
RTCDataChannel.h 65 String binaryType() const;
114 enum BinaryType {
118 BinaryType m_binaryType;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 93 String binaryType() const;
147 enum BinaryType {
159 BinaryType m_binaryType;
  /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

Completed in 1995 milliseconds