Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketExtensionDispatcher.h49 const String createHeaderValue() const;
DWebSocketExtensionDispatcher.cpp61 const String WebSocketExtensionDispatcher::createHeaderValue() const in createHeaderValue() function in WebCore::WebSocketExtensionDispatcher
DWebSocketHandshake.cpp230 const String extensionValue = m_extensionDispatcher.createHeaderValue(); in clientHandshakeMessage()
278 const String extensionValue = m_extensionDispatcher.createHeaderValue(); in clientHandshakeRequest()