Searched refs:m_binaryType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCDataChannel.cpp97 , m_binaryType(BinaryTypeArrayBuffer)
171 switch (m_binaryType) {
187 m_binaryType = BinaryTypeArrayBuffer;
278 if (m_binaryType == BinaryTypeBlob) {
283 if (m_binaryType == BinaryTypeArrayBuffer) {
H A DRTCDataChannel.h115 BinaryType m_binaryType; member in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocket.cpp147 , m_binaryType(BinaryTypeBlob)
423 switch (m_binaryType) {
436 m_binaryType = BinaryTypeBlob;
440 m_binaryType = BinaryTypeArrayBuffer;
519 switch (m_binaryType) {
H A DWebSocket.h140 BinaryType m_binaryType; member in class:WebCore::final

Completed in 82 milliseconds