/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
NewWebSocketChannelImpl.cpp | 32 #include "modules/websockets/NewWebSocketChannelImpl.h" 63 class NewWebSocketChannelImpl::BlobLoader FINAL : public GarbageCollectedFinalized<NewWebSocketChannelImpl::BlobLoader>, public FileReaderLoaderClient { 65 BlobLoader(PassRefPtr<BlobDataHandle>, NewWebSocketChannelImpl*); 82 Member<NewWebSocketChannelImpl> m_channel; 86 NewWebSocketChannelImpl::BlobLoader::BlobLoader(PassRefPtr<BlobDataHandle> blobDataHandle, NewWebSocketChannelImpl* channel) 93 void NewWebSocketChannelImpl::BlobLoader::cancel() 100 void NewWebSocketChannelImpl::BlobLoader::didFinishLoading() 106 void NewWebSocketChannelImpl::BlobLoader::didFail(FileError::ErrorCode errorCode [all...] |
NewWebSocketChannelImpl.h | 61 class NewWebSocketChannelImpl FINAL : public WebSocketChannel, public WebSocketHandleClient, public ContextLifecycleObserver { 68 static NewWebSocketChannelImpl* create(ExecutionContext* context, WebSocketChannelClient* client, const String& sourceURL = String(), unsigned lineNumber = 0, WebSocketHandle *handle = 0) 70 return adoptRefCountedGarbageCollected(new NewWebSocketChannelImpl(context, client, sourceURL, lineNumber, handle)); 72 virtual ~NewWebSocketChannelImpl(); 124 NewWebSocketChannelImpl(ExecutionContext*, WebSocketChannelClient*, const String&, unsigned, WebSocketHandle*);
|
WebSocketChannel.cpp | 42 #include "modules/websockets/NewWebSocketChannelImpl.h" 69 return NewWebSocketChannelImpl::create(document, client, sourceURL, lineNumber);
|
WorkerThreadableWebSocketChannel.cpp | 47 #include "modules/websockets/NewWebSocketChannelImpl.h" 207 m_mainWebSocketChannel = NewWebSocketChannelImpl::create(document, this, sourceURL, lineNumber);
|
NewWebSocketChannelImplTest.cpp | 12 #include "modules/websockets/NewWebSocketChannelImpl.h" 96 , m_channel(NewWebSocketChannelImpl::create(&m_pageHolder->document(), m_channelClient.get(), String(), 0, handle())) 151 Persistent<NewWebSocketChannelImpl> m_channel;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSocketImpl.cpp | 37 #include "modules/websockets/NewWebSocketChannelImpl.h" 61 m_private = NewWebSocketChannelImpl::create(coreDocument.get(), m_channelProxy.get());
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.target.darwin-arm.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.darwin-arm64.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.darwin-mips.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.darwin-mips64.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.darwin-x86.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.darwin-x86_64.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.linux-arm.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.linux-arm64.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.linux-mips.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.linux-mips64.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.linux-x86.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |
modules.target.linux-x86_64.mk | 441 third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \ [all...] |