Searched defs:didOpen (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DFileStreamClient.h51 virtual void didOpen(bool) { } function in class:WebCore::FileStreamClient
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleClient.h46 virtual void didOpen(SocketStreamHandle*) { } function in class:WebCore::SocketStreamHandleClient
H A DBlobResourceHandle.cpp473 void BlobResourceHandle::didOpen(bool success) function in class:WebCore::BlobResourceHandle
/external/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.cpp130 static void didOpen(ScriptExecutionContext*, FileStreamProxy* proxy, bool success) function in namespace:WebCore
133 proxy->client()->didOpen(success);
144 m_context->postTask(createCallbackTask(&didOpen, this, success));
155 m_context->postTask(createCallbackTask(&didOpen, this, success));
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannel.cpp149 void WebSocketChannel::didOpen(SocketStreamHandle* handle) function in class:WebCore::WebSocketChannel
151 LOG(Network, "WebSocketChannel %p didOpen", this);

Completed in 188 milliseconds