OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendOrDrop
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host.cc
97
WebSocketHostState WebSocketDispatcherHost::
SendOrDrop
(IPC::Message* message) {
115
if (
SendOrDrop
(new WebSocketMsg_AddChannelResponse(
131
return
SendOrDrop
(new WebSocketMsg_SendFrame(routing_id, fin, type, data));
136
return
SendOrDrop
(new WebSocketMsg_FlowControl(routing_id, quota));
141
return
SendOrDrop
(new WebSocketMsg_NotifyClosing(routing_id));
146
return
SendOrDrop
(new WebSocketMsg_NotifyStartOpeningHandshake(
152
return
SendOrDrop
(new WebSocketMsg_NotifyFinishOpeningHandshake(
159
if (
SendOrDrop
(new WebSocketMsg_NotifyFailure(
172
if (
SendOrDrop
(
websocket_dispatcher_host.h
131
WebSocketHostState
SendOrDrop
(IPC::Message* message) WARN_UNUSED_RESULT;
Completed in 69 milliseconds