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

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.h 70 String binaryType() const;
117 enum BinaryType {
121 BinaryType m_binaryType;
  /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) { }
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 97 String binaryType() const;
215 enum BinaryType {
229 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/v8/src/
type-info.cc 221 void TypeFeedbackOracle::BinaryType(TypeFeedbackId id,

Completed in 88 milliseconds