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 69 String binaryType() const;
113 enum BinaryType {
117 BinaryType m_binaryType;
  /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/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/
DOMWebSocket.h 95 String binaryType() const;
207 enum BinaryType {
221 BinaryType m_binaryType;
  /external/chromium_org/v8/src/
type-info.cc 210 void TypeFeedbackOracle::BinaryType(TypeFeedbackId id,

Completed in 179 milliseconds