OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleSendResult
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h
177
void
handleSendResult
(WebSocketChannel::SendResult, ExceptionState&);
WebSocket.cpp
354
void WebSocket::
handleSendResult
(WebSocketChannel::SendResult result, ExceptionState& exceptionState)
390
handleSendResult
(m_channel->send(message), exceptionState);
406
handleSendResult
(m_channel->send(*binaryData, 0, binaryData->byteLength()), exceptionState);
423
handleSendResult
(m_channel->send(*arrayBuffer, arrayBufferView->byteOffset(), arrayBufferView->byteLength()), exceptionState);
439
handleSendResult
(m_channel->send(binaryData->blobDataHandle()), exceptionState);
/frameworks/base/core/java/android/app/
ActivityThread.java
[
all
...]
Completed in 56 milliseconds