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

  /external/chromium_org/third_party/WebKit/public/web/
WebSocket.h 66 enum BinaryType {
74 // These functions come from binaryType attribute of the WebSocket API
81 virtual BinaryType binaryType() const = 0;
82 virtual bool setBinaryType(BinaryType) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebSocketImpl.h 57 virtual BinaryType binaryType() const OVERRIDE;
58 virtual bool setBinaryType(BinaryType) OVERRIDE;
82 BinaryType m_binaryType;
WebSocketImpl.cpp 72 WebSocket::BinaryType WebSocketImpl::binaryType() const
77 bool WebSocketImpl::setBinaryType(BinaryType binaryType)
79 if (binaryType > BinaryTypeArrayBuffer)
81 m_binaryType = binaryType;
WebIDBKey.cpp 133 case IDBKey::BinaryType:
AssertMatchingEnums.cpp 489 COMPILE_ASSERT_MATCHING_ENUM(WebIDBKeyTypeBinary, IDBKey::BinaryType);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKey.h 102 BinaryType,
120 ASSERT(m_type == BinaryType);
150 explicit IDBKey(PassRefPtr<SharedBuffer> value) : m_type(BinaryType), m_binary(value), m_number(0) { }
IDBKey.cpp 79 case BinaryType:
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.h 69 String binaryType() const;
113 enum BinaryType {
117 BinaryType m_binaryType;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.idl 35 // FIXME: use BinaryType in binaryType
36 enum BinaryType { "blob", "arraybuffer" };
70 attribute DOMString binaryType;
DOMWebSocket.h 95 String binaryType() const;
207 enum BinaryType {
221 BinaryType m_binaryType;
  /external/chromium_org/v8/src/
type-info.h 76 void BinaryType(TypeFeedbackId id,
type-info.cc 210 void TypeFeedbackOracle::BinaryType(TypeFeedbackId id,
typing.cc 613 oracle()->BinaryType(expr->BinaryOperationFeedbackId(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 77 import org.eclipse.jdt.internal.core.BinaryType;
696 @SuppressWarnings("restriction") // BinaryType
710 if (type instanceof BinaryType && (type.getClassFile() == null
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
IDBBindingUtilities.cpp 92 case IDBKey::BinaryType:

Completed in 261 milliseconds