OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebSocketExtensionDispatcher
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher.h
43
class
WebSocketExtensionDispatcher
{
45
WebSocketExtensionDispatcher
() { }
WebSocketExtensionDispatcher.cpp
33
#include "modules/websockets/
WebSocketExtensionDispatcher
.h"
44
void
WebSocketExtensionDispatcher
::reset()
49
void
WebSocketExtensionDispatcher
::addProcessor(PassOwnPtr<WebSocketExtensionProcessor> processor)
61
const String
WebSocketExtensionDispatcher
::createHeaderValue() const
76
void
WebSocketExtensionDispatcher
::appendAcceptedExtension(const String& extensionToken, HashMap<String, String>& extensionParameters)
92
void
WebSocketExtensionDispatcher
::fail(const String& reason)
98
bool
WebSocketExtensionDispatcher
::processHeaderValue(const String& headerValue)
140
String
WebSocketExtensionDispatcher
::acceptedExtensions() const
147
String
WebSocketExtensionDispatcher
::failureReason() const
WebSocketHandshake.h
34
#include "modules/websockets/
WebSocketExtensionDispatcher
.h"
131
WebSocketExtensionDispatcher
m_extensionDispatcher;
WebSocketExtensionDispatcherTest.cpp
27
#include "modules/websockets/
WebSocketExtensionDispatcher
.h"
75
WebSocketExtensionDispatcher
m_extensions;
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.darwin-arm64.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.darwin-mips.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.darwin-mips64.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.darwin-x86.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.darwin-x86_64.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.linux-arm.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.linux-arm64.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.linux-mips.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.linux-mips64.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.linux-x86.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
modules.target.linux-x86_64.mk
445
third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher
.cpp \
[
all
...]
Completed in 193 milliseconds