Searched refs:binaryType (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCDataChannel.cpp106 String RTCDataChannel::binaryType() const function in class:WebCore::RTCDataChannel
118 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionCode& ec) argument
120 if (binaryType == "blob")
122 else if (binaryType == "arraybuffer")
H A DRTCDataChannel.idl35 [SetterRaisesException] attribute DOMString binaryType;
H A DRTCDataChannel.h52 String binaryType() const;
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocket.idl66 attribute DOMString binaryType;
H A DWebSocket.cpp426 String WebSocket::binaryType() const function in class:WebCore::WebSocket
438 void WebSocket::setBinaryType(const String& binaryType) argument
440 if (binaryType == "blob") {
444 if (binaryType == "arraybuffer") {
448 scriptExecutionContext()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, "'" + binaryType + "' is not a valid value for binaryType; binaryType remains unchanged.");
H A DWebSocket.h91 String binaryType() const;
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c987 CFStringRef path = NULL, binaryType = NULL, retval = NULL; local
991 binaryType = CFSTR("");
994 binaryType = CFSTR("executable, ");
997 binaryType = CFSTR("bundle, ");
1000 binaryType = CFSTR("framework, ");
1003 binaryType = CFSTR("DLL, ");
1006 binaryType = CFSTR("");
1009 binaryType = CFSTR("");
1013 retval = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("CFBundle/CFPlugIn %p <%@> (%@%@loaded)"), cf, path, binaryType, ((CFBundleRef)cf)->_isLoaded ? CFSTR("") : CFSTR("not "));
1015 retval = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("CFBundle %p <%@> (%@%@loaded)"), cf, path, binaryType, ((CFBundleRe
[all...]

Completed in 109 milliseconds