Home
last modified time | relevance | path

Searched refs:encodeSubprotocolString (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocket.cpp185 static String encodeSubprotocolString(const String& protocol) in encodeSubprotocolString() function
327 …eptionState.throwDOMException(SyntaxError, "The subprotocol '" + encodeSubprotocolString(protocols… in connect()
336 …eptionState.throwDOMException(SyntaxError, "The subprotocol '" + encodeSubprotocolString(protocols… in connect()