Searched refs:BinaryType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebSocket.h66 enum BinaryType { enum in class:blink::WebSocket
81 virtual BinaryType binaryType() const = 0;
82 virtual bool setBinaryType(BinaryType) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSocketImpl.h57 virtual BinaryType binaryType() const OVERRIDE;
58 virtual bool setBinaryType(BinaryType) OVERRIDE;
82 BinaryType m_binaryType;
H A DWebSocketImpl.cpp72 WebSocket::BinaryType WebSocketImpl::binaryType() const
77 bool WebSocketImpl::setBinaryType(BinaryType binaryType)
H A DWebIDBKey.cpp133 case IDBKey::BinaryType:
H A DAssertMatchingEnums.cpp489 COMPILE_ASSERT_MATCHING_ENUM(WebIDBKeyTypeBinary, IDBKey::BinaryType);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKey.h102 BinaryType, enumerator in enum:blink::IDBKey::Type
120 ASSERT(m_type == BinaryType);
150 explicit IDBKey(PassRefPtr<SharedBuffer> value) : m_type(BinaryType), m_binary(value), m_number(0) { }
H A DIDBKey.cpp79 case BinaryType:
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannel.h113 enum BinaryType { enum in class:blink::FINAL
117 BinaryType m_binaryType;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocket.idl35 // FIXME: use BinaryType in binaryType
36 enum BinaryType { "blob", "arraybuffer" };
H A DDOMWebSocket.h207 enum BinaryType { enum in class:blink::DOMWebSocket
221 BinaryType m_binaryType;
/external/chromium_org/v8/src/
H A Dtype-info.h76 void BinaryType(TypeFeedbackId id,
H A Dtype-info.cc210 void TypeFeedbackOracle::BinaryType(TypeFeedbackId id, function in class:v8::internal::TypeFeedbackOracle
H A Dtyping.cc613 oracle()->BinaryType(expr->BinaryOperationFeedbackId(),
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp92 case IDBKey::BinaryType:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 266 milliseconds